Html Css Color HEX #EEA110 Gamboge

📋 copy color: '#EEA110'

red 238 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #EEA110

Tints of Gamboge #EEA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 57.35%
G = 38.8%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EEA110 (or 0xEEA110) is known color: Gamboge. HEX triplet: EE, A1 and 10. RGB value is (238,161,16). Sum of RGB (Red+Green+Blue) = 238+161+16=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA110 is #115EEF. Grayscale: #A8A8A8. Windows color (decimal): -1138416 or 1090030. OLE color: 1090030.

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

Color convert

RGB 238 161 16 -
CMYK 0 0.32 0.93 0.07
HSL 39.19º 0.87% 0.5% -
HSV(B) 39.19º 0.93% 0.93% -
XYZ 48.1 43.7 6.39 -
YUV 167.49 42.51 178.29 -
System Red Green Blue C M Y K H S L
Decimal 238 161 16 0 0.32 0.93 0.07 39.19 0.87 0.5
Hex EE A1 10 0 20 5D 7 27 57 32
Octal 356 241 20 0 40 135 7 47 127 62
Binary 11101110 10100001 10000 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EEA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA110

Black with #EEA110

Text Example


Text Example

White with #EEA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA110; }

 p { color: rgb(238,161,16); }

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

background-color css

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

 a { background-color: rgb(238,161,16); }

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

border-color css

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

 span { border-color: rgb(238,161,16); }

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