Html Css Color HEX #EEA417 Gamboge

📋 copy color: '#EEA417'

red 238 ◦ green 164 ◦ blue 23

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

Shades of Gamboge #EEA417

Tints of Gamboge #EEA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

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

R = 56%
G = 38.59%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEA417 (or 0xEEA417) is known color: Gamboge. HEX triplet: EE, A4 and 17. RGB value is (238,164,23). Sum of RGB (Red+Green+Blue) = 238+164+23=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA417 is #115BE8. Grayscale: #AAAAAA. Windows color (decimal): -1137641 or 1549550. OLE color: 1549550.

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

Color convert

RGB 238 164 23 -
CMYK 0 0.31 0.90 0.07
HSL 39.35º 0.86% 0.51% -
HSV(B) 39.35º 0.9% 0.93% -
XYZ 48.69 44.79 6.89 -
YUV 170.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 238 164 23 0 0.31 0.90 0.07 39.35 0.86 0.51
Hex EE A4 17 0 1F 5A 7 27 56 33
Octal 356 244 27 0 37 132 7 47 126 63
Binary 11101110 10100100 10111 0 11111 1011010 111 100111 1010110 110011

Color Harmonies of #EEA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA417

Black with #EEA417

Text Example


Text Example

White with #EEA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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