Html Css Color HEX #EEA218 Gamboge

📋 copy color: '#EEA218'

red 238 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #EEA218

Tints of Gamboge #EEA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 56.13%
G = 38.21%
B = 5.66%

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

#EEA218 (or 0xEEA218) is known color: Gamboge. HEX triplet: EE, A2 and 18. RGB value is (238,162,24). Sum of RGB (Red+Green+Blue) = 238+162+24=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA218 is #115DE7. Grayscale: #A9A9A9. Windows color (decimal): -1138152 or 1614574. OLE color: 1614574.

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

Color convert

RGB 238 162 24 -
CMYK 0 0.32 0.90 0.07
HSL 38.69º 0.86% 0.51% -
HSV(B) 38.69º 0.9% 0.93% -
XYZ 48.35 44.08 6.83 -
YUV 168.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 238 162 24 0 0.32 0.90 0.07 38.69 0.86 0.51
Hex EE A2 18 0 20 5A 7 27 56 33
Octal 356 242 30 0 40 132 7 47 126 63
Binary 11101110 10100010 11000 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EEA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA218

Black with #EEA218

Text Example


Text Example

White with #EEA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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