#E08C0B

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

Shades of Gamboge #E08C0B

Tints of Gamboge #E08C0B

Color information

#E08C0B (or 0xE08C0B) is unknown color: approx Gamboge. HEX triplet: E0, 8C and 0B. RGB value is (224,140,11). Sum of RGB (Red+Green+Blue) = 224+140+11=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C0B is #1F73F4. Grayscale: #979797. Windows color (decimal): -2061301 or 756960. OLE color: 756960.

HSL color Cylindrical-coordinate representation of color #E08C0B: hue angle of 36.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E08C0B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22414011-
CMYK00.380.950.12
HSL36.34º90.64%46.08%-
HSV(B)36.34º95.09%87.84%-
XYZ40.1834.634.88-
YUV150.4149.33180.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.73%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 11 (4.69% from 255) = 2.93%
R=59.73%
G=37.33%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241401100.380.950.1236.3490.6446.08
HexE08CB0265FC245b2e
Octal34021413046137144413356
Binary111000001000110010110100110101111111001001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C0B; }

 p { color: rgb(224,140,11); }

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

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

 a { background-color: rgb(224,140,11); }

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

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

 span { border-color: rgb(224,140,11); }

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