#EA9B13

Color #EA9B13 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EA9B13

Tints of Gamboge #EA9B13

Color information

#EA9B13 (or 0xEA9B13) is unknown color: approx Gamboge. HEX triplet: EA, 9B and 13. RGB value is (234,155,19). Sum of RGB (Red+Green+Blue) = 234+155+19=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B13 is #1564EC. Grayscale: #A3A3A3. Windows color (decimal): -1402093 or 1285098. OLE color: 1285098.

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

Color convert

RGB23415519-
CMYK00.340.920.08
HSL37.95º84.98%49.61%-
HSV(B)37.95º91.88%91.76%-
XYZ45.7740.986.11-
YUV163.1246.67178.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.35%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 19 (7.81% from 255) = 4.66%
R=57.35%
G=37.99%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341551900.340.920.0837.9584.9849.61
HexEA9B130225C8265532
Octal35223323042134104612562
Binary1110101010011011100110100010101110010001001101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B13; }

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

 H1.HeaderClassName
 {
   color: #EA9B13;
 }
 .AnyTagClassName
 {
   color: #EA9B13;
 }
</style>
background-color css

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

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

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

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

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

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