#E2A745

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

Shades of Tulip Tree #E2A745

Tints of Tulip Tree #E2A745

Color information

#E2A745 (or 0xE2A745) is unknown color: approx Tulip Tree. HEX triplet: E2, A7 and 45. RGB value is (226,167,69). Sum of RGB (Red+Green+Blue) = 226+167+69=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A745 is #1D58BA. Grayscale: #ADADAD. Windows color (decimal): -1923259 or 4564962. OLE color: 4564962.

HSL color Cylindrical-coordinate representation of color #E2A745: hue angle of 37.45º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2A745 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22616769-
CMYK00.260.690.11
HSL37.45º73.02%57.84%-
HSV(B)37.45º69.47%88.63%-
XYZ46.2644.2411.73-
YUV173.4769.05165.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=48.92%
G=36.15%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261676900.260.690.1137.4573.0257.84
HexE2A74501A45B25493a
Octal342247105032105134511172
Binary11100010101001111000101011010100010110111001011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A745; }

 p { color: rgb(226,167,69); }

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

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

 a { background-color: rgb(226,167,69); }

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

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

 span { border-color: rgb(226,167,69); }

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