#E78F0A

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

Shades of Gamboge #E78F0A

Tints of Gamboge #E78F0A

Color information

#E78F0A (or 0xE78F0A) is unknown color: approx Gamboge. HEX triplet: E7, 8F and 0A. RGB value is (231,143,10). Sum of RGB (Red+Green+Blue) = 231+143+10=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78F0A is #1870F5. Grayscale: #9A9A9A. Windows color (decimal): -1601782 or 692199. OLE color: 692199.

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

Color convert

RGB23114310-
CMYK00.380.960.09
HSL36.11º91.7%47.25%-
HSV(B)36.11º95.67%90.59%-
XYZ42.8336.665.1-
YUV154.1546.65182.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.16%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=60.16%
G=37.24%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311431000.380.960.0936.1191.747.25
HexE78FA026609245c2f
Octal34721712046140114413457
Binary111001111000111110100100110110000010011001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F0A; }

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

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

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

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

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

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

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

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