#E78E0A

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

Shades of Gamboge #E78E0A

Tints of Gamboge #E78E0A

Color information

#E78E0A (or 0xE78E0A) is unknown color: approx Gamboge. HEX triplet: E7, 8E and 0A. RGB value is (231,142,10). Sum of RGB (Red+Green+Blue) = 231+142+10=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78E0A is #1871F5. Grayscale: #9A9A9A. Windows color (decimal): -1602038 or 691943. OLE color: 691943.

HSL color Cylindrical-coordinate representation of color #E78E0A: hue angle of 35.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E78E0A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23114210-
CMYK00.390.960.09
HSL35.84º91.7%47.25%-
HSV(B)35.84º95.67%90.59%-
XYZ42.6836.365.06-
YUV153.5646.99183.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.31%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=60.31%
G=37.08%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311421000.390.960.0935.8491.747.25
HexE78EA027609245c2f
Octal34721612047140114413457
Binary111001111000111010100100111110000010011001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78E0A; }

 p { color: rgb(231,142,10); }

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

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

 a { background-color: rgb(231,142,10); }

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

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

 span { border-color: rgb(231,142,10); }

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