Html Css Color HEX #EEA016 Gamboge

📋 copy color: '#EEA016'

red 238 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #EEA016

Tints of Gamboge #EEA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 56.67%
G = 38.1%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA016 (or 0xEEA016) is known color: Gamboge. HEX triplet: EE, A0 and 16. RGB value is (238,160,22). Sum of RGB (Red+Green+Blue) = 238+160+22=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA016 is #115FE9. Grayscale: #A8A8A8. Windows color (decimal): -1138666 or 1482990. OLE color: 1482990.

HSL color Cylindrical-coordinate representation of color #EEA016: hue angle of 38.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEA016 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 22 -
CMYK 0 0.33 0.91 0.07
HSL 38.33º 0.86% 0.51% -
HSV(B) 38.33º 0.91% 0.93% -
XYZ 47.98 43.38 6.6 -
YUV 167.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 238 160 22 0 0.33 0.91 0.07 38.33 0.86 0.51
Hex EE A0 16 0 21 5B 7 26 56 33
Octal 356 240 26 0 41 133 7 46 126 63
Binary 11101110 10100000 10110 0 100001 1011011 111 100110 1010110 110011

Color Harmonies of #EEA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA016

Black with #EEA016

Text Example


Text Example

White with #EEA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA016; }

 p { color: rgb(238,160,22); }

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

background-color css

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

 a { background-color: rgb(238,160,22); }

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

border-color css

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

 span { border-color: rgb(238,160,22); }

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