Html Css Color HEX #EA9E08 Gamboge

📋 copy color: '#EA9E08'

red 234 ◦ green 158 ◦ blue 8

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

Shades of Gamboge #EA9E08

Tints of Gamboge #EA9E08

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 58.5%
G = 39.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9E08 (or 0xEA9E08) is known color: Gamboge. HEX triplet: EA, 9E and 08. RGB value is (234,158,8). Sum of RGB (Red+Green+Blue) = 234+158+8=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9E08 is #1561F7. Grayscale: #A4A4A4. Windows color (decimal): -1401336 or 564970. OLE color: 564970.

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

Color convert

RGB 234 158 8 -
CMYK 0 0.32 0.97 0.08
HSL 39.82º 0.93% 0.47% -
HSV(B) 39.82º 0.97% 0.92% -
XYZ 46.2 41.96 5.89 -
YUV 163.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 234 158 8 0 0.32 0.97 0.08 39.82 0.93 0.47
Hex EA 9E 8 0 20 61 8 28 5D 2F
Octal 352 236 10 0 40 141 10 50 135 57
Binary 11101010 10011110 1000 0 100000 1100001 1000 101000 1011101 101111

Color Harmonies of #EA9E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E08

Black with #EA9E08

Text Example


Text Example

White with #EA9E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E08; }

 p { color: rgb(234,158,8); }

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

background-color css

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

 a { background-color: rgb(234,158,8); }

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

border-color css

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

 span { border-color: rgb(234,158,8); }

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