COLOR #E59508

HEX: #E59508
RGB: (229,149,8)

Renk bilgisi

#E59508 contains mainly red color. #E59508 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E59508 color RGB value is (229,149,8).

  • kırmız ton 229;
  • yeşil ton 149;
  • mavi ton 8.
RGB:
(229,149,8)
(90%,58%,3%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 149 of 255 = 58%
B 8 of 255 = 3%

229
149
8

R + G + B ~ 50%. #E59508 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 149 + 8 = 386 (100%)
R 229 of 386 ~ 59.33%
G 149 of 386 ~ 38.6%
B 8 of 386 ~ 2.07%

%59.33
%38.6

CMYK RENK MODELİ

#E59508 rengi CMYK tonu (0,35,97,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.93%
  • sarı tonu 96.51%
  • ana renk tonu 10.20%
CMYK:
(0,35,97,10)
C0M35Y97K10 
(0%,35%,97%,10%)
(0.00/0.35/0.97/0.10)	

CMYK yüzdeleri

%0
%34.93
%96.51
%10.2

Codes

Color #E59508 in popluar color models

E59508
RGB2291498
HSL38°93.25%46.47%
HSB/HSV38°96.51%89.80%
CMYK0.00%34.93%96.51%
10.20%

Color #E59508 in popluar number systems.

HEXE59508
Decimal2291498
Binary11100101100101011000
Octal34522510

Shades and tints

Shades of #E59508

#E59508
(229,149,8)
#D18808
(209,136,8)
#BD7B08
(189,123,8)
#A96E08
(169,110,8)
#956108
(149,97,8)
#815408
(129,84,8)
#6D4708
(109,71,8)
#593A08
(89,58,8)
#452D08
(69,45,8)
#312008
(49,32,8)
#1D1308
(29,19,8)
#000000
(0,0,0)

Tints of #E59508

#E59508
(229,149,8)
#E79E1E
(231,158,30)
#E9A734
(233,167,52)
#EBB04A
(235,176,74)
#EDB960
(237,185,96)
#EFC276
(239,194,118)
#F1CB8C
(241,203,140)
#F3D4A2
(243,212,162)
#F5DDB8
(245,221,184)
#F7E6CE
(247,230,206)
#F9EFE4
(249,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59508 color. Also use rgb(229,149,8) instead hex code.

Text Font Color

.myTextColor { color: #E59508; }

<p style="color:#E59508">This sample text font color is #E59508.</p>

This text font color is #E59508.


Background Color

.myBgColor { background-color: #E59508; }

<div style="background-color:#E59508">Inner text</div>

This div background color is #E59508.


Border color

.myBorderColor { border: 1px solid #E59508; }

<div style="border:3px solid #E59508">Div</div>

This div border color is #E59508.


Opacity

.myOpacity80 { color: #E59508; opacity: 0.8; }

<p style="color:#E59508;opacity:0.8;">80%</p>

Text with #E59508 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E59508;}

<p style="text-shadow: 3px 3px 1px #E59508">Text here.</p>

This text has shadow with #E59508 color.

.textShadow {text-shadow: 3px 3px 1px #E59508, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E59508, 5px 5px 20px red">Text here.</p>

This text has shadow with #E59508 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59508, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E59508, Direction=45, Strength=4)">Text</p>

This text has shadow with #E59508 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E59508;
  -webkit-box-shadow:	1px 1px 3px 2px #E59508;
  box-shadow:		1px 1px 3px 2px #E59508;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59508;
-webkit-box-shadow: 1px 1px 3px 2px #E59508;
box-shadow:1px 1px 3px 2px #E59508;">
Div content here</div>
This div box has shadow with color #E59508.

Preview

Color preview on black background

This text has color #E59508 on black background.


Color preview on white background

This text has color #E59508 on white background.



Black color preview on #E59508 background

This text has black color on #E59508 background.


White color preview on #E59508 background

This text has white color on #E59508 background.