Html Css Color HEX #EEA005 Gamboge

📋 copy color: '#EEA005'

red 238 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #EEA005

Tints of Gamboge #EEA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 59.06%
G = 39.7%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEA005 (or 0xEEA005) is known color: Gamboge. HEX triplet: EE, A0 and 05. RGB value is (238,160,5). Sum of RGB (Red+Green+Blue) = 238+160+5=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA005 is #115FFA. Grayscale: #A6A6A6. Windows color (decimal): -1138683 or 368878. OLE color: 368878.

HSL color Cylindrical-coordinate representation of color #EEA005: hue angle of 39.91º 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 #EEA005 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 5 -
CMYK 0 0.33 0.98 0.07
HSL 39.91º 0.96% 0.48% -
HSV(B) 39.91º 0.98% 0.93% -
XYZ 47.86 43.33 5.98 -
YUV 165.65 37.34 179.6 -
System Red Green Blue C M Y K H S L
Decimal 238 160 5 0 0.33 0.98 0.07 39.91 0.96 0.48
Hex EE A0 5 0 21 62 7 28 60 30
Octal 356 240 5 0 41 142 7 50 140 60
Binary 11101110 10100000 101 0 100001 1100010 111 101000 1100000 110000

Color Harmonies of #EEA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA005

Black with #EEA005

Text Example


Text Example

White with #EEA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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