Html Css Color HEX #EEA213 Gamboge

📋 copy color: '#EEA213'

red 238 ◦ green 162 ◦ blue 19

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

Shades of Gamboge #EEA213

Tints of Gamboge #EEA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 56.8%
G = 38.66%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA213 (or 0xEEA213) is known color: Gamboge. HEX triplet: EE, A2 and 13. RGB value is (238,162,19). Sum of RGB (Red+Green+Blue) = 238+162+19=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA213 is #115DEC. Grayscale: #A9A9A9. Windows color (decimal): -1138157 or 1286894. OLE color: 1286894.

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

Color convert

RGB 238 162 19 -
CMYK 0 0.32 0.92 0.07
HSL 39.18º 0.87% 0.5% -
HSV(B) 39.18º 0.92% 0.93% -
XYZ 48.3 44.06 6.58 -
YUV 168.42 43.68 177.63 -
System Red Green Blue C M Y K H S L
Decimal 238 162 19 0 0.32 0.92 0.07 39.18 0.87 0.5
Hex EE A2 13 0 20 5C 7 27 57 32
Octal 356 242 23 0 40 134 7 47 127 62
Binary 11101110 10100010 10011 0 100000 1011100 111 100111 1010111 110010

Color Harmonies of #EEA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA213

Black with #EEA213

Text Example


Text Example

White with #EEA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA213; }

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

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

background-color css

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

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

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

border-color css

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

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

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