Html Css Color HEX #EEA409 Gamboge

📋 copy color: '#EEA409'

red 238 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #EEA409

Tints of Gamboge #EEA409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 57.91%
G = 39.9%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA409 (or 0xEEA409) is known color: Gamboge. HEX triplet: EE, A4 and 09. RGB value is (238,164,9). Sum of RGB (Red+Green+Blue) = 238+164+9=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA409 is #115BF6. Grayscale: #A9A9A9. Windows color (decimal): -1137655 or 632046. OLE color: 632046.

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

Color convert

RGB 238 164 9 -
CMYK 0 0.31 0.96 0.07
HSL 40.61º 0.93% 0.48% -
HSV(B) 40.61º 0.96% 0.93% -
XYZ 48.58 44.75 6.33 -
YUV 168.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 238 164 9 0 0.31 0.96 0.07 40.61 0.93 0.48
Hex EE A4 9 0 1F 60 7 29 5D 30
Octal 356 244 11 0 37 140 7 51 135 60
Binary 11101110 10100100 1001 0 11111 1100000 111 101001 1011101 110000

Color Harmonies of #EEA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA409

Black with #EEA409

Text Example


Text Example

White with #EEA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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