#E6890F

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

Shades of Gamboge #E6890F

Tints of Gamboge #E6890F

Color information

#E6890F (or 0xE6890F) is unknown color: approx Gamboge. HEX triplet: E6, 89 and 0F. RGB value is (230,137,15). Sum of RGB (Red+Green+Blue) = 230+137+15=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E6890F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6890F is #1976F0. Grayscale: #979797. Windows color (decimal): -1668849 or 1018342. OLE color: 1018342.

HSL color Cylindrical-coordinate representation of color #E6890F: hue angle of 34.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6890F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB23013715-
CMYK00.400.930.10
HSL34.05º87.76%48.04%-
HSV(B)34.05º93.48%90.2%-
XYZ41.6734.754.96-
YUV150.951.31184.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.21%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 15 (6.25% from 255) = 3.93%
R=60.21%
G=35.86%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301371500.400.930.1034.0587.7648.04
HexE689F0285DA225830
Octal34621117050135124213060
Binary111001101000100111110101000101110110101000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6890F; }

 p { color: rgb(230,137,15); }

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

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

 a { background-color: rgb(230,137,15); }

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

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

 span { border-color: rgb(230,137,15); }

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