Html Css Color HEX #EEA605 Orange

📋 copy color: '#EEA605'

red 238 ◦ green 166 ◦ blue 5

#EEA605
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #EEA605

Tints of Orange #EEA605

RGB

 RED value IS 238 (93.36% from 255) = 58.19%

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 58.19%
G = 40.59%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEA605 (or 0xEEA605) is known color: Orange. HEX triplet: EE, A6 and 05. RGB value is (238,166,5). Sum of RGB (Red+Green+Blue) = 238+166+5=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA605 is #1159FA. Grayscale: #A9A9A9. Windows color (decimal): -1137147 or 370414. OLE color: 370414.

HSL color Cylindrical-coordinate representation of color #EEA605: hue angle of 41.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEA605 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 5 -
CMYK 0 0.30 0.98 0.07
HSL 41.46º 0.96% 0.48% -
HSV(B) 41.46º 0.98% 0.93% -
XYZ 48.92 45.46 6.34 -
YUV 169.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 238 166 5 0 0.30 0.98 0.07 41.46 0.96 0.48
Hex EE A6 5 0 1E 62 7 29 60 30
Octal 356 246 5 0 36 142 7 51 140 60
Binary 11101110 10100110 101 0 11110 1100010 111 101001 1100000 110000

Color Harmonies of #EEA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA605

Black with #EEA605

Text Example


Text Example

White with #EEA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA605; }

 p { color: rgb(238,166,5); }

 H1.HeaderClassName
 {
   color: #EEA605;
 }
 .AnyTagClassName
 {
   color: #EEA605;
 }
</style>

background-color css

<style>
 a { background-color: #EEA605; }

 a { background-color: rgb(238,166,5); }

 div.DivClassName
 {
   background-color: #EEA605;
 }
 .BgClassName
 {
   background-color: #EEA605;
 }
</style>

border-color css

<style>
 span { border-color: #EEA605; }

 span { border-color: rgb(238,166,5); }

 td.TdClassName
 {
   border-color: #EEA605;
 }
 .TagClassName
 {
   border-color: #EEA605;
 }
</style>