Html Css Color HEX #EA9113 Gamboge

📋 copy color: '#EA9113'

red 234 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #EA9113

Tints of Gamboge #EA9113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

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

R = 58.79%
G = 36.43%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA9113 (or 0xEA9113) is known color: Gamboge. HEX triplet: EA, 91 and 13. RGB value is (234,145,19). Sum of RGB (Red+Green+Blue) = 234+145+19=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9113 is #156EEC. Grayscale: #9D9D9D. Windows color (decimal): -1404653 or 1282538. OLE color: 1282538.

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

Color convert

RGB 234 145 19 -
CMYK 0 0.38 0.92 0.08
HSL 35.16º 0.85% 0.5% -
HSV(B) 35.16º 0.92% 0.92% -
XYZ 44.17 37.79 5.58 -
YUV 157.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 234 145 19 0 0.38 0.92 0.08 35.16 0.85 0.5
Hex EA 91 13 0 26 5C 8 23 55 32
Octal 352 221 23 0 46 134 10 43 125 62
Binary 11101010 10010001 10011 0 100110 1011100 1000 100011 1010101 110010

Color Harmonies of #EA9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9113

Black with #EA9113

Text Example


Text Example

White with #EA9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9113; }

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

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

background-color css

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

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

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

border-color css

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

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

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