Html Css Color HEX #EA9504 Gamboge

📋 copy color: '#EA9504'

red 234 ◦ green 149 ◦ blue 4

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

Shades of Gamboge #EA9504

Tints of Gamboge #EA9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 60.47%
G = 38.5%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA9504 (or 0xEA9504) is known color: Gamboge. HEX triplet: EA, 95 and 04. RGB value is (234,149,4). Sum of RGB (Red+Green+Blue) = 234+149+4=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9504 is #156AFB. Grayscale: #9E9E9E. Windows color (decimal): -1403644 or 300522. OLE color: 300522.

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

Color convert

RGB 234 149 4 -
CMYK 0 0.36 0.98 0.08
HSL 37.83º 0.97% 0.47% -
HSV(B) 37.83º 0.98% 0.92% -
XYZ 44.7 39 5.29 -
YUV 157.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 234 149 4 0 0.36 0.98 0.08 37.83 0.97 0.47
Hex EA 95 4 0 24 62 8 26 61 2F
Octal 352 225 4 0 44 142 10 46 141 57
Binary 11101010 10010101 100 0 100100 1100010 1000 100110 1100001 101111

Color Harmonies of #EA9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9504

Black with #EA9504

Text Example


Text Example

White with #EA9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9504; }

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

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

background-color css

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

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

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

border-color css

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

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

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