Html Css Color HEX #EEA115 Gamboge

📋 copy color: '#EEA115'

red 238 ◦ green 161 ◦ blue 21

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

Shades of Gamboge #EEA115

Tints of Gamboge #EEA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5%

R = 56.67%
G = 38.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA115 (or 0xEEA115) is known color: Gamboge. HEX triplet: EE, A1 and 15. RGB value is (238,161,21). Sum of RGB (Red+Green+Blue) = 238+161+21=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA115 is #115EEA. Grayscale: #A8A8A8. Windows color (decimal): -1138411 or 1417710. OLE color: 1417710.

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

Color convert

RGB 238 161 21 -
CMYK 0 0.32 0.91 0.07
HSL 38.71º 0.86% 0.51% -
HSV(B) 38.71º 0.91% 0.93% -
XYZ 48.14 43.72 6.61 -
YUV 168.06 45.01 177.88 -
System Red Green Blue C M Y K H S L
Decimal 238 161 21 0 0.32 0.91 0.07 38.71 0.86 0.51
Hex EE A1 15 0 20 5B 7 27 56 33
Octal 356 241 25 0 40 133 7 47 126 63
Binary 11101110 10100001 10101 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EEA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA115

Black with #EEA115

Text Example


Text Example

White with #EEA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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