Html Css Color HEX #EEA211 Gamboge

📋 copy color: '#EEA211'

red 238 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #EEA211

Tints of Gamboge #EEA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 57.07%
G = 38.85%
B = 4.08%

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

#EEA211 (or 0xEEA211) is known color: Gamboge. HEX triplet: EE, A2 and 11. RGB value is (238,162,17). Sum of RGB (Red+Green+Blue) = 238+162+17=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA211 is #115DEE. Grayscale: #A8A8A8. Windows color (decimal): -1138159 or 1155822. OLE color: 1155822.

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

Color convert

RGB 238 162 17 -
CMYK 0 0.32 0.93 0.07
HSL 39.37º 0.87% 0.5% -
HSV(B) 39.37º 0.93% 0.93% -
XYZ 48.28 44.06 6.49 -
YUV 168.19 42.68 177.79 -
System Red Green Blue C M Y K H S L
Decimal 238 162 17 0 0.32 0.93 0.07 39.37 0.87 0.5
Hex EE A2 11 0 20 5D 7 27 57 32
Octal 356 242 21 0 40 135 7 47 127 62
Binary 11101110 10100010 10001 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EEA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA211

Black with #EEA211

Text Example


Text Example

White with #EEA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA211; }

 p { color: rgb(238,162,17); }

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

background-color css

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

 a { background-color: rgb(238,162,17); }

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

border-color css

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

 span { border-color: rgb(238,162,17); }

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