#E69C0A

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

Shades of Gamboge #E69C0A

Tints of Gamboge #E69C0A

Color information

#E69C0A (or 0xE69C0A) is unknown color: approx Gamboge. HEX triplet: E6, 9C and 0A. RGB value is (230,156,10). Sum of RGB (Red+Green+Blue) = 230+156+10=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C0A is #1963F5. Grayscale: #A2A2A2. Windows color (decimal): -1663990 or 695526. OLE color: 695526.

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

Color convert

RGB23015610-
CMYK00.320.960.10
HSL39.82º91.67%47.06%-
HSV(B)39.82º95.65%90.2%-
XYZ44.5840.625.78-
YUV161.4842.52176.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 10 (4.30% from 255) = 2.53%
R=58.08%
G=39.39%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301561000.320.960.1039.8291.6747.06
HexE69CA02060A285c2f
Octal34623412040140125013457
Binary111001101001110010100100000110000010101010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C0A; }

 p { color: rgb(230,156,10); }

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

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

 a { background-color: rgb(230,156,10); }

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

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

 span { border-color: rgb(230,156,10); }

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