#E78D0A

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

Shades of Gamboge #E78D0A

Tints of Gamboge #E78D0A

Color information

#E78D0A (or 0xE78D0A) is unknown color: approx Gamboge. HEX triplet: E7, 8D and 0A. RGB value is (231,141,10). Sum of RGB (Red+Green+Blue) = 231+141+10=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78D0A is #1872F5. Grayscale: #999999. Windows color (decimal): -1602294 or 691687. OLE color: 691687.

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

Color convert

RGB23114110-
CMYK00.390.960.09
HSL35.57º91.7%47.25%-
HSV(B)35.57º95.67%90.59%-
XYZ42.5336.065.01-
YUV152.9847.32183.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.47%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 10 (4.30% from 255) = 2.62%
R=60.47%
G=36.91%
B=2.62%

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
Decimal2311411000.390.960.0935.5791.747.25
HexE78DA027609245c2f
Octal34721512047140114413457
Binary111001111000110110100100111110000010011001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D0A; }

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

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

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

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

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

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

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

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