Html Css Color HEX #EEA118 Gamboge

📋 copy color: '#EEA118'

red 238 ◦ green 161 ◦ blue 24

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

Shades of Gamboge #EEA118

Tints of Gamboge #EEA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 56.26%
G = 38.06%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEA118 (or 0xEEA118) is known color: Gamboge. HEX triplet: EE, A1 and 18. RGB value is (238,161,24). Sum of RGB (Red+Green+Blue) = 238+161+24=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA118 is #115EE7. Grayscale: #A9A9A9. Windows color (decimal): -1138408 or 1614318. OLE color: 1614318.

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

Color convert

RGB 238 161 24 -
CMYK 0 0.32 0.90 0.07
HSL 38.41º 0.86% 0.51% -
HSV(B) 38.41º 0.9% 0.93% -
XYZ 48.17 43.73 6.77 -
YUV 168.41 46.51 177.64 -
System Red Green Blue C M Y K H S L
Decimal 238 161 24 0 0.32 0.90 0.07 38.41 0.86 0.51
Hex EE A1 18 0 20 5A 7 26 56 33
Octal 356 241 30 0 40 132 7 46 126 63
Binary 11101110 10100001 11000 0 100000 1011010 111 100110 1010110 110011

Color Harmonies of #EEA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA118

Black with #EEA118

Text Example


Text Example

White with #EEA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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