Html Css Color HEX #EEA217 Gamboge

📋 copy color: '#EEA217'

red 238 ◦ green 162 ◦ blue 23

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

Shades of Gamboge #EEA217

Tints of Gamboge #EEA217

RGB

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

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

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

R = 56.26%
G = 38.3%
B = 5.44%

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

#EEA217 (or 0xEEA217) is known color: Gamboge. HEX triplet: EE, A2 and 17. RGB value is (238,162,23). Sum of RGB (Red+Green+Blue) = 238+162+23=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA217 is #115DE8. Grayscale: #A9A9A9. Windows color (decimal): -1138153 or 1549038. OLE color: 1549038.

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

Color convert

RGB 238 162 23 -
CMYK 0 0.32 0.90 0.07
HSL 38.79º 0.86% 0.51% -
HSV(B) 38.79º 0.9% 0.93% -
XYZ 48.33 44.08 6.77 -
YUV 168.88 45.68 177.3 -
System Red Green Blue C M Y K H S L
Decimal 238 162 23 0 0.32 0.90 0.07 38.79 0.86 0.51
Hex EE A2 17 0 20 5A 7 27 56 33
Octal 356 242 27 0 40 132 7 47 126 63
Binary 11101110 10100010 10111 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EEA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA217

Black with #EEA217

Text Example


Text Example

White with #EEA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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