#E6AC48

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

Shades of Tulip Tree #E6AC48

Tints of Tulip Tree #E6AC48

Color information

#E6AC48 (or 0xE6AC48) is unknown color: approx Tulip Tree. HEX triplet: E6, AC and 48. RGB value is (230,172,72). Sum of RGB (Red+Green+Blue) = 230+172+72=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AC48 is #1953B7. Grayscale: #B2B2B2. Windows color (decimal): -1659832 or 4762854. OLE color: 4762854.

HSL color Cylindrical-coordinate representation of color #E6AC48: hue angle of 37.97º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6AC48 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB23017272-
CMYK00.250.690.10
HSL37.97º75.96%59.22%-
HSV(B)37.97º68.7%90.2%-
XYZ48.5646.812.6-
YUV177.9468.22165.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=48.52%
G=36.29%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301727200.250.690.1037.9775.9659.22
HexE6AC4801945A264c3b
Octal346254110031105124611473
Binary11100110101011001001000011001100010110101001101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC48; }

 p { color: rgb(230,172,72); }

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

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

 a { background-color: rgb(230,172,72); }

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

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

 span { border-color: rgb(230,172,72); }

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