Html Css Color HEX #EA9112 Gamboge

📋 copy color: '#EA9112'

red 234 ◦ green 145 ◦ blue 18

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

Shades of Gamboge #EA9112

Tints of Gamboge #EA9112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 58.94%
G = 36.52%
B = 4.53%

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

#EA9112 (or 0xEA9112) is known color: Gamboge. HEX triplet: EA, 91 and 12. RGB value is (234,145,18). Sum of RGB (Red+Green+Blue) = 234+145+18=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9112 is #156EED. Grayscale: #9D9D9D. Windows color (decimal): -1404654 or 1217002. OLE color: 1217002.

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

Color convert

RGB 234 145 18 -
CMYK 0 0.38 0.92 0.08
HSL 35.28º 0.86% 0.49% -
HSV(B) 35.28º 0.92% 0.92% -
XYZ 44.17 37.79 5.54 -
YUV 157.13 49.49 182.83 -
System Red Green Blue C M Y K H S L
Decimal 234 145 18 0 0.38 0.92 0.08 35.28 0.86 0.49
Hex EA 91 12 0 26 5C 8 23 56 31
Octal 352 221 22 0 46 134 10 43 126 61
Binary 11101010 10010001 10010 0 100110 1011100 1000 100011 1010110 110001

Color Harmonies of #EA9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9112

Black with #EA9112

Text Example


Text Example

White with #EA9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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