Html Css Color HEX #EEA204 Gamboge

📋 copy color: '#EEA204'

red 238 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #EEA204

Tints of Gamboge #EEA204

RGB

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

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

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

R = 58.91%
G = 40.1%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEA204 (or 0xEEA204) is known color: Gamboge. HEX triplet: EE, A2 and 04. RGB value is (238,162,4). Sum of RGB (Red+Green+Blue) = 238+162+4=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA204 is #115DFB. Grayscale: #A7A7A7. Windows color (decimal): -1138172 or 303854. OLE color: 303854.

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

Color convert

RGB 238 162 4 -
CMYK 0 0.32 0.98 0.07
HSL 40.51º 0.97% 0.47% -
HSV(B) 40.51º 0.98% 0.93% -
XYZ 48.2 44.03 6.07 -
YUV 166.71 36.18 178.85 -
System Red Green Blue C M Y K H S L
Decimal 238 162 4 0 0.32 0.98 0.07 40.51 0.97 0.47
Hex EE A2 4 0 20 62 7 29 61 2F
Octal 356 242 4 0 40 142 7 51 141 57
Binary 11101110 10100010 100 0 100000 1100010 111 101001 1100001 101111

Color Harmonies of #EEA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA204

Black with #EEA204

Text Example


Text Example

White with #EEA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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