#E69D13

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

Shades of Gamboge #E69D13

Tints of Gamboge #E69D13

Color information

#E69D13 (or 0xE69D13) is unknown color: approx Gamboge. HEX triplet: E6, 9D and 13. RGB value is (230,157,19). Sum of RGB (Red+Green+Blue) = 230+157+19=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D13 is #1962EC. Grayscale: #A3A3A3. Windows color (decimal): -1663725 or 1285606. OLE color: 1285606.

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

Color convert

RGB23015719-
CMYK00.320.920.10
HSL39.24º84.74%48.82%-
HSV(B)39.24º91.74%90.2%-
XYZ44.8140.986.17-
YUV163.0946.68175.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.65%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 19 (7.81% from 255) = 4.68%
R=56.65%
G=38.67%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301571900.320.920.1039.2484.7448.82
HexE69D130205CA275531
Octal34623523040134124712561
Binary1110011010011101100110100000101110010101001111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D13; }

 p { color: rgb(230,157,19); }

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

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

 a { background-color: rgb(230,157,19); }

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

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

 span { border-color: rgb(230,157,19); }

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