#E69C15

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

Shades of Gamboge #E69C15

Tints of Gamboge #E69C15

Color information

#E69C15 (or 0xE69C15) is unknown color: approx Gamboge. HEX triplet: E6, 9C and 15. RGB value is (230,156,21). Sum of RGB (Red+Green+Blue) = 230+156+21=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C15 is #1963EA. Grayscale: #A3A3A3. Windows color (decimal): -1663979 or 1416422. OLE color: 1416422.

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

Color convert

RGB23015621-
CMYK00.320.910.10
HSL38.76º83.27%49.22%-
HSV(B)38.76º90.87%90.2%-
XYZ44.6640.656.2-
YUV162.7448.02175.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.51%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 21 (8.59% from 255) = 5.16%
R=56.51%
G=38.33%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301562100.320.910.1038.7683.2749.22
HexE69C150205BA275331
Octal34623425040133124712361
Binary1110011010011100101010100000101101110101001111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C15; }

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

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

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

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

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

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

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

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