Html Css Color HEX #EA9513 Gamboge

📋 copy color: '#EA9513'

red 234 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #EA9513

Tints of Gamboge #EA9513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 58.21%
G = 37.06%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA9513 (or 0xEA9513) is known color: Gamboge. HEX triplet: EA, 95 and 13. RGB value is (234,149,19). Sum of RGB (Red+Green+Blue) = 234+149+19=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9513 is #156AEC. Grayscale: #A0A0A0. Windows color (decimal): -1403629 or 1283562. OLE color: 1283562.

HSL color Cylindrical-coordinate representation of color #EA9513: hue angle of 36.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA9513 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 19 -
CMYK 0 0.36 0.92 0.08
HSL 36.28º 0.85% 0.5% -
HSV(B) 36.28º 0.92% 0.92% -
XYZ 44.8 39.03 5.79 -
YUV 159.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 234 149 19 0 0.36 0.92 0.08 36.28 0.85 0.5
Hex EA 95 13 0 24 5C 8 24 55 32
Octal 352 225 23 0 44 134 10 44 125 62
Binary 11101010 10010101 10011 0 100100 1011100 1000 100100 1010101 110010

Color Harmonies of #EA9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9513

Black with #EA9513

Text Example


Text Example

White with #EA9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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