Html Css Color HEX #EEA718 Gamboge

📋 copy color: '#EEA718'

red 238 ◦ green 167 ◦ blue 24

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

Shades of Gamboge #EEA718

Tints of Gamboge #EEA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 55.48%
G = 38.93%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEA718 (or 0xEEA718) is known color: Gamboge. HEX triplet: EE, A7 and 18. RGB value is (238,167,24). Sum of RGB (Red+Green+Blue) = 238+167+24=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA718 is #1158E7. Grayscale: #ACACAC. Windows color (decimal): -1136872 or 1615854. OLE color: 1615854.

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

Color convert

RGB 238 167 24 -
CMYK 0 0.30 0.90 0.07
HSL 40.09º 0.86% 0.51% -
HSV(B) 40.09º 0.9% 0.93% -
XYZ 49.24 45.88 7.12 -
YUV 171.93 44.52 175.13 -
System Red Green Blue C M Y K H S L
Decimal 238 167 24 0 0.30 0.90 0.07 40.09 0.86 0.51
Hex EE A7 18 0 1E 5A 7 28 56 33
Octal 356 247 30 0 36 132 7 50 126 63
Binary 11101110 10100111 11000 0 11110 1011010 111 101000 1010110 110011

Color Harmonies of #EEA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA718

Black with #EEA718

Text Example


Text Example

White with #EEA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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