#E7AE01

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

Shades of Gamboge #E7AE01

Tints of Gamboge #E7AE01

Color information

#E7AE01 (or 0xE7AE01) is unknown color: approx Gamboge. HEX triplet: E7, AE and 01. RGB value is (231,174,1). Sum of RGB (Red+Green+Blue) = 231+174+1=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AE01 is #1851FE. Grayscale: #ACACAC. Windows color (decimal): -1593855 or 110311. OLE color: 110311.

HSL color Cylindrical-coordinate representation of color #E7AE01: hue angle of 45.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7AE01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2311741-
CMYK00.251.000.09
HSL45.13º99.14%45.49%-
HSV(B)45.13º99.57%90.59%-
XYZ48.147.266.62-
YUV171.3231.88170.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.90%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=56.90%
G=42.86%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231174100.251.000.0945.1399.1445.49
HexE7AE10196492d632d
Octal3472561031144115514355
Binary11100111101011101011001110010010011011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE01; }

 p { color: rgb(231,174,1); }

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

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

 a { background-color: rgb(231,174,1); }

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

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

 span { border-color: rgb(231,174,1); }

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