#EEA645

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

Shades of Tulip Tree #EEA645

Tints of Tulip Tree #EEA645

Color information

#EEA645 (or 0xEEA645) is unknown color: approx Tulip Tree. HEX triplet: EE, A6 and 45. RGB value is (238,166,69). Sum of RGB (Red+Green+Blue) = 238+166+69=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA645 is #1159BA. Grayscale: #B0B0B0. Windows color (decimal): -1137083 or 4564718. OLE color: 4564718.

HSL color Cylindrical-coordinate representation of color #EEA645: hue angle of 34.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEA645 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23816669-
CMYK00.300.710.07
HSL34.44º83.25%60.2%-
HSV(B)34.44º71.01%93.33%-
XYZ49.9745.8811.85-
YUV176.4767.35171.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.32%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=50.32%
G=35.10%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381666900.300.710.0734.4483.2560.2
HexEEA64501E47722533c
Octal35624610503610774212374
Binary1110111010100110100010101111010001111111000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA645; }

 p { color: rgb(238,166,69); }

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

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

 a { background-color: rgb(238,166,69); }

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

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

 span { border-color: rgb(238,166,69); }

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