Html Css Color HEX #EA9212 Gamboge

📋 copy color: '#EA9212'

red 234 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #EA9212

Tints of Gamboge #EA9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

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

R = 58.79%
G = 36.68%
B = 4.52%

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

#EA9212 (or 0xEA9212) is known color: Gamboge. HEX triplet: EA, 92 and 12. RGB value is (234,146,18). Sum of RGB (Red+Green+Blue) = 234+146+18=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9212 is #156DED. Grayscale: #9E9E9E. Windows color (decimal): -1404398 or 1217258. OLE color: 1217258.

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

Color convert

RGB 234 146 18 -
CMYK 0 0.38 0.92 0.08
HSL 35.56º 0.86% 0.49% -
HSV(B) 35.56º 0.92% 0.92% -
XYZ 44.32 38.09 5.59 -
YUV 157.72 49.15 182.41 -
System Red Green Blue C M Y K H S L
Decimal 234 146 18 0 0.38 0.92 0.08 35.56 0.86 0.49
Hex EA 92 12 0 26 5C 8 24 56 31
Octal 352 222 22 0 46 134 10 44 126 61
Binary 11101010 10010010 10010 0 100110 1011100 1000 100100 1010110 110001

Color Harmonies of #EA9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9212

Black with #EA9212

Text Example


Text Example

White with #EA9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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