Html Css Color HEX #EEA117 Gamboge

📋 copy color: '#EEA117'

red 238 ◦ green 161 ◦ blue 23

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

Shades of Gamboge #EEA117

Tints of Gamboge #EEA117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.45%

R = 56.4%
G = 38.15%
B = 5.45%

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

#EEA117 (or 0xEEA117) is known color: Gamboge. HEX triplet: EE, A1 and 17. RGB value is (238,161,23). Sum of RGB (Red+Green+Blue) = 238+161+23=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA117 is #115EE8. Grayscale: #A8A8A8. Windows color (decimal): -1138409 or 1548782. OLE color: 1548782.

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

Color convert

RGB 238 161 23 -
CMYK 0 0.32 0.90 0.07
HSL 38.51º 0.86% 0.51% -
HSV(B) 38.51º 0.9% 0.93% -
XYZ 48.16 43.73 6.71 -
YUV 168.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 238 161 23 0 0.32 0.90 0.07 38.51 0.86 0.51
Hex EE A1 17 0 20 5A 7 27 56 33
Octal 356 241 27 0 40 132 7 47 126 63
Binary 11101110 10100001 10111 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EEA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA117

Black with #EEA117

Text Example


Text Example

White with #EEA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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