Html Css Color HEX #EEA404 Gamboge

📋 copy color: '#EEA404'

red 238 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #EEA404

Tints of Gamboge #EEA404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 58.62%
G = 40.39%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEA404 (or 0xEEA404) is known color: Gamboge. HEX triplet: EE, A4 and 04. RGB value is (238,164,4). Sum of RGB (Red+Green+Blue) = 238+164+4=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA404 is #115BFB. Grayscale: #A8A8A8. Windows color (decimal): -1137660 or 304366. OLE color: 304366.

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

Color convert

RGB 238 164 4 -
CMYK 0 0.31 0.98 0.07
HSL 41.03º 0.97% 0.47% -
HSV(B) 41.03º 0.98% 0.93% -
XYZ 48.56 44.74 6.19 -
YUV 167.89 35.52 178.01 -
System Red Green Blue C M Y K H S L
Decimal 238 164 4 0 0.31 0.98 0.07 41.03 0.97 0.47
Hex EE A4 4 0 1F 62 7 29 61 2F
Octal 356 244 4 0 37 142 7 51 141 57
Binary 11101110 10100100 100 0 11111 1100010 111 101001 1100001 101111

Color Harmonies of #EEA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA404

Black with #EEA404

Text Example


Text Example

White with #EEA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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