Html Css Color HEX #EEA808 Gamboge

📋 copy color: '#EEA808'

red 238 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #EEA808

Tints of Gamboge #EEA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 57.49%
G = 40.58%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEA808 (or 0xEEA808) is known color: Gamboge. HEX triplet: EE, A8 and 08. RGB value is (238,168,8). Sum of RGB (Red+Green+Blue) = 238+168+8=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA808 is #1157F7. Grayscale: #ABABAB. Windows color (decimal): -1136632 or 567534. OLE color: 567534.

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

Color convert

RGB 238 168 8 -
CMYK 0 0.29 0.97 0.07
HSL 41.74º 0.93% 0.48% -
HSV(B) 41.74º 0.97% 0.93% -
XYZ 49.31 46.2 6.55 -
YUV 170.69 36.19 176.01 -
System Red Green Blue C M Y K H S L
Decimal 238 168 8 0 0.29 0.97 0.07 41.74 0.93 0.48
Hex EE A8 8 0 1D 61 7 2A 5D 30
Octal 356 250 10 0 35 141 7 52 135 60
Binary 11101110 10101000 1000 0 11101 1100001 111 101010 1011101 110000

Color Harmonies of #EEA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA808

Black with #EEA808

Text Example


Text Example

White with #EEA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA808; }

 p { color: rgb(238,168,8); }

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

background-color css

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

 a { background-color: rgb(238,168,8); }

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

border-color css

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

 span { border-color: rgb(238,168,8); }

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