Html Css Color HEX #EA9904 Gamboge

📋 copy color: '#EA9904'

red 234 ◦ green 153 ◦ blue 4

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

Shades of Gamboge #EA9904

Tints of Gamboge #EA9904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 59.85%
G = 39.13%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA9904 (or 0xEA9904) is known color: Gamboge. HEX triplet: EA, 99 and 04. RGB value is (234,153,4). Sum of RGB (Red+Green+Blue) = 234+153+4=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9904 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9904 is #1566FB. Grayscale: #A0A0A0. Windows color (decimal): -1402620 or 301546. OLE color: 301546.

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

Color convert

RGB 234 153 4 -
CMYK 0 0.35 0.98 0.08
HSL 38.87º 0.97% 0.47% -
HSV(B) 38.87º 0.98% 0.92% -
XYZ 45.34 40.28 5.5 -
YUV 160.23 39.84 180.62 -
System Red Green Blue C M Y K H S L
Decimal 234 153 4 0 0.35 0.98 0.08 38.87 0.97 0.47
Hex EA 99 4 0 23 62 8 27 61 2F
Octal 352 231 4 0 43 142 10 47 141 57
Binary 11101010 10011001 100 0 100011 1100010 1000 100111 1100001 101111

Color Harmonies of #EA9904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9904

Black with #EA9904

Text Example


Text Example

White with #EA9904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9904; }

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

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

background-color css

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

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

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

border-color css

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

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

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