Html Css Color HEX #EA9D08 Gamboge

📋 copy color: '#EA9D08'

red 234 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #EA9D08

Tints of Gamboge #EA9D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

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

R = 58.65%
G = 39.35%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9D08 (or 0xEA9D08) is known color: Gamboge. HEX triplet: EA, 9D and 08. RGB value is (234,157,8). Sum of RGB (Red+Green+Blue) = 234+157+8=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D08 is #1562F7. Grayscale: #A3A3A3. Windows color (decimal): -1401592 or 564714. OLE color: 564714.

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

Color convert

RGB 234 157 8 -
CMYK 0 0.33 0.97 0.08
HSL 39.56º 0.93% 0.47% -
HSV(B) 39.56º 0.97% 0.92% -
XYZ 46.03 41.62 5.84 -
YUV 163.04 40.51 178.62 -
System Red Green Blue C M Y K H S L
Decimal 234 157 8 0 0.33 0.97 0.08 39.56 0.93 0.47
Hex EA 9D 8 0 21 61 8 28 5D 2F
Octal 352 235 10 0 41 141 10 50 135 57
Binary 11101010 10011101 1000 0 100001 1100001 1000 101000 1011101 101111

Color Harmonies of #EA9D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D08

Black with #EA9D08

Text Example


Text Example

White with #EA9D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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