Html Css Color HEX #EA9A09 Gamboge

📋 copy color: '#EA9A09'

red 234 ◦ green 154 ◦ blue 9

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

Shades of Gamboge #EA9A09

Tints of Gamboge #EA9A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 58.94%
G = 38.79%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA9A09 (or 0xEA9A09) is known color: Gamboge. HEX triplet: EA, 9A and 09. RGB value is (234,154,9). Sum of RGB (Red+Green+Blue) = 234+154+9=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A09 is #1565F6. Grayscale: #A2A2A2. Windows color (decimal): -1402359 or 629482. OLE color: 629482.

HSL color Cylindrical-coordinate representation of color #EA9A09: hue angle of 38.67º 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 #EA9A09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 154 9 -
CMYK 0 0.34 0.96 0.08
HSL 38.67º 0.93% 0.48% -
HSV(B) 38.67º 0.96% 0.92% -
XYZ 45.54 40.62 5.7 -
YUV 161.39 42 179.79 -
System Red Green Blue C M Y K H S L
Decimal 234 154 9 0 0.34 0.96 0.08 38.67 0.93 0.48
Hex EA 9A 9 0 22 60 8 27 5D 30
Octal 352 232 11 0 42 140 10 47 135 60
Binary 11101010 10011010 1001 0 100010 1100000 1000 100111 1011101 110000

Color Harmonies of #EA9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A09

Black with #EA9A09

Text Example


Text Example

White with #EA9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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