Html Css Color HEX #EAAE09 Gamboge

📋 copy color: '#EAAE09'

red 234 ◦ green 174 ◦ blue 9

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

Shades of Gamboge #EAAE09

Tints of Gamboge #EAAE09

RGB

 RED value IS 234 (91.8% from 255) = 56.12%

 GREEN value IS 174 (68.36% from 255) = 41.73%

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

R = 56.12%
G = 41.73%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAAE09 (or 0xEAAE09) is known color: Gamboge. HEX triplet: EA, AE and 09. RGB value is (234,174,9). Sum of RGB (Red+Green+Blue) = 234+174+9=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE09 is #1551F6. Grayscale: #ADADAD. Windows color (decimal): -1397239 or 634602. OLE color: 634602.

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

Color convert

RGB 234 174 9 -
CMYK 0 0.26 0.96 0.08
HSL 44º 0.93% 0.48% -
HSV(B) 44º 0.96% 0.92% -
XYZ 49.12 47.78 6.89 -
YUV 173.13 35.38 171.42 -
System Red Green Blue C M Y K H S L
Decimal 234 174 9 0 0.26 0.96 0.08 44 0.93 0.48
Hex EA AE 9 0 1A 60 8 2C 5D 30
Octal 352 256 11 0 32 140 10 54 135 60
Binary 11101010 10101110 1001 0 11010 1100000 1000 101100 1011101 110000

Color Harmonies of #EAAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE09

Black with #EAAE09

Text Example


Text Example

White with #EAAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE09; }

 p { color: rgb(234,174,9); }

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

background-color css

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

 a { background-color: rgb(234,174,9); }

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

border-color css

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

 span { border-color: rgb(234,174,9); }

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