Html Css Color HEX #EEA210 Gamboge

📋 copy color: '#EEA210'

red 238 ◦ green 162 ◦ blue 16

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

Shades of Gamboge #EEA210

Tints of Gamboge #EEA210

RGB

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

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

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

R = 57.21%
G = 38.94%
B = 3.85%

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

#EEA210 (or 0xEEA210) is known color: Gamboge. HEX triplet: EE, A2 and 10. RGB value is (238,162,16). Sum of RGB (Red+Green+Blue) = 238+162+16=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA210 is #115DEF. Grayscale: #A8A8A8. Windows color (decimal): -1138160 or 1090286. OLE color: 1090286.

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

Color convert

RGB 238 162 16 -
CMYK 0 0.32 0.93 0.07
HSL 39.46º 0.87% 0.5% -
HSV(B) 39.46º 0.93% 0.93% -
XYZ 48.27 44.06 6.45 -
YUV 168.08 42.18 177.87 -
System Red Green Blue C M Y K H S L
Decimal 238 162 16 0 0.32 0.93 0.07 39.46 0.87 0.5
Hex EE A2 10 0 20 5D 7 27 57 32
Octal 356 242 20 0 40 135 7 47 127 62
Binary 11101110 10100010 10000 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EEA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA210

Black with #EEA210

Text Example


Text Example

White with #EEA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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