#EBA645

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

Shades of Tulip Tree #EBA645

Tints of Tulip Tree #EBA645

Color information

#EBA645 (or 0xEBA645) is unknown color: approx Tulip Tree. HEX triplet: EB, A6 and 45. RGB value is (235,166,69). Sum of RGB (Red+Green+Blue) = 235+166+69=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA645 is #1459BA. Grayscale: #B0B0B0. Windows color (decimal): -1333691 or 4564715. OLE color: 4564715.

HSL color Cylindrical-coordinate representation of color #EBA645: hue angle of 35.06º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA645 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23516669-
CMYK00.290.710.08
HSL35.06º80.58%59.61%-
HSV(B)35.06º70.64%92.16%-
XYZ48.9745.3611.81-
YUV175.5767.86170.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=50%
G=35.32%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351666900.290.710.0835.0680.5859.61
HexEBA64501D47823513c
Octal353246105035107104312174
Binary11101011101001101000101011101100011110001000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA645; }

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

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

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

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

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

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

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

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