Html Css Color HEX #EEA414 Gamboge

📋 copy color: '#EEA414'

red 238 ◦ green 164 ◦ blue 20

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

Shades of Gamboge #EEA414

Tints of Gamboge #EEA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 56.4%
G = 38.86%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA414 (or 0xEEA414) is known color: Gamboge. HEX triplet: EE, A4 and 14. RGB value is (238,164,20). Sum of RGB (Red+Green+Blue) = 238+164+20=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA414 is #115BEB. Grayscale: #AAAAAA. Windows color (decimal): -1137644 or 1352942. OLE color: 1352942.

HSL color Cylindrical-coordinate representation of color #EEA414: hue angle of 39.63º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA414 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 164 20 -
CMYK 0 0.31 0.92 0.07
HSL 39.63º 0.87% 0.51% -
HSV(B) 39.63º 0.92% 0.93% -
XYZ 48.66 44.78 6.74 -
YUV 169.71 43.52 176.71 -
System Red Green Blue C M Y K H S L
Decimal 238 164 20 0 0.31 0.92 0.07 39.63 0.87 0.51
Hex EE A4 14 0 1F 5C 7 28 57 33
Octal 356 244 24 0 37 134 7 50 127 63
Binary 11101110 10100100 10100 0 11111 1011100 111 101000 1010111 110011

Color Harmonies of #EEA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA414

Black with #EEA414

Text Example


Text Example

White with #EEA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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