Html Css Color HEX #EA9012 Gamboge

📋 copy color: '#EA9012'

red 234 ◦ green 144 ◦ blue 18

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

Shades of Gamboge #EA9012

Tints of Gamboge #EA9012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 59.09%
G = 36.36%
B = 4.55%

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

#EA9012 (or 0xEA9012) is known color: Gamboge. HEX triplet: EA, 90 and 12. RGB value is (234,144,18). Sum of RGB (Red+Green+Blue) = 234+144+18=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9012 is #156FED. Grayscale: #9D9D9D. Windows color (decimal): -1404910 or 1216746. OLE color: 1216746.

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

Color convert

RGB 234 144 18 -
CMYK 0 0.38 0.92 0.08
HSL 35º 0.86% 0.49% -
HSV(B) 35º 0.92% 0.92% -
XYZ 44.01 37.48 5.49 -
YUV 156.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 234 144 18 0 0.38 0.92 0.08 35 0.86 0.49
Hex EA 90 12 0 26 5C 8 23 56 31
Octal 352 220 22 0 46 134 10 43 126 61
Binary 11101010 10010000 10010 0 100110 1011100 1000 100011 1010110 110001

Color Harmonies of #EA9012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9012

Black with #EA9012

Text Example


Text Example

White with #EA9012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9012; }

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

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

background-color css

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

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

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

border-color css

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

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

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