#E6A235

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

Shades of Tulip Tree #E6A235

Tints of Tulip Tree #E6A235

Color information

#E6A235 (or 0xE6A235) is unknown color: approx Tulip Tree. HEX triplet: E6, A2 and 35. RGB value is (230,162,53). Sum of RGB (Red+Green+Blue) = 230+162+53=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A235 is #195DCA. Grayscale: #AAAAAA. Windows color (decimal): -1662411 or 3515110. OLE color: 3515110.

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

Color convert

RGB23016253-
CMYK00.300.770.10
HSL36.95º77.97%55.49%-
HSV(B)36.95º76.96%90.2%-
XYZ46.242.929.22-
YUV169.9162.03170.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 53 (21.09% from 255) = 11.91%
R=51.69%
G=36.40%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301625300.300.770.1036.9577.9755.49
HexE6A23501E4DA254e37
Octal34624265036115124511667
Binary1110011010100010110101011110100110110101001011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A235; }

 p { color: rgb(230,162,53); }

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

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

 a { background-color: rgb(230,162,53); }

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

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

 span { border-color: rgb(230,162,53); }

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