#E6AE0F

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

Shades of Gamboge #E6AE0F

Tints of Gamboge #E6AE0F

Color information

#E6AE0F (or 0xE6AE0F) is unknown color: approx Gamboge. HEX triplet: E6, AE and 0F. RGB value is (230,174,15). Sum of RGB (Red+Green+Blue) = 230+174+15=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AE0F is #1951F0. Grayscale: #ADADAD. Windows color (decimal): -1659377 or 1027814. OLE color: 1027814.

HSL color Cylindrical-coordinate representation of color #E6AE0F: hue angle of 44.37º 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 #E6AE0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB23017415-
CMYK00.240.930.10
HSL44.37º87.76%48.04%-
HSV(B)44.37º93.48%90.2%-
XYZ47.8647.137.03-
YUV172.6239.05168.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.89%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 15 (6.25% from 255) = 3.58%
R=54.89%
G=41.53%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301741500.240.930.1044.3787.7648.04
HexE6AEF0185DA2c5830
Octal34625617030135125413060
Binary11100110101011101111011000101110110101011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AE0F; }

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

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

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

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

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

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

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

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