Html Css Color HEX #EA9908 Gamboge

📋 copy color: '#EA9908'

red 234 ◦ green 153 ◦ blue 8

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

Shades of Gamboge #EA9908

Tints of Gamboge #EA9908

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 59.24%
G = 38.73%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9908 (or 0xEA9908) is known color: Gamboge. HEX triplet: EA, 99 and 08. RGB value is (234,153,8). Sum of RGB (Red+Green+Blue) = 234+153+8=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9908 is #1566F7. Grayscale: #A1A1A1. Windows color (decimal): -1402616 or 563690. OLE color: 563690.

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

Color convert

RGB 234 153 8 -
CMYK 0 0.35 0.97 0.08
HSL 38.5º 0.93% 0.47% -
HSV(B) 38.5º 0.97% 0.92% -
XYZ 45.37 40.29 5.62 -
YUV 160.69 41.84 180.29 -
System Red Green Blue C M Y K H S L
Decimal 234 153 8 0 0.35 0.97 0.08 38.5 0.93 0.47
Hex EA 99 8 0 23 61 8 26 5D 2F
Octal 352 231 10 0 43 141 10 46 135 57
Binary 11101010 10011001 1000 0 100011 1100001 1000 100110 1011101 101111

Color Harmonies of #EA9908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9908

Black with #EA9908

Text Example


Text Example

White with #EA9908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9908; }

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

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

background-color css

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

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

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

border-color css

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

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

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