#E6AE32

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

Shades of Tulip Tree #E6AE32

Tints of Tulip Tree #E6AE32

Color information

#E6AE32 (or 0xE6AE32) is unknown color: approx Tulip Tree. HEX triplet: E6, AE and 32. RGB value is (230,174,50). Sum of RGB (Red+Green+Blue) = 230+174+50=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AE32 is #1951CD. Grayscale: #B1B1B1. Windows color (decimal): -1659342 or 3321574. OLE color: 3321574.

HSL color Cylindrical-coordinate representation of color #E6AE32: hue angle of 41.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6AE32 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23017450-
CMYK00.240.780.10
HSL41.33º78.26%54.9%-
HSV(B)41.33º78.26%90.2%-
XYZ48.3447.339.6-
YUV176.6156.55166.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.66%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 50 (19.92% from 255) = 11.01%
R=50.66%
G=38.33%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301745000.240.780.1041.3378.2654.9
HexE6AE320184EA294e37
Octal34625662030116125111667
Binary1110011010101110110010011000100111010101010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AE32; }

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

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

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

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

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

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

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

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