#EBA545

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

Shades of Tulip Tree #EBA545

Tints of Tulip Tree #EBA545

Color information

#EBA545 (or 0xEBA545) is unknown color: approx Tulip Tree. HEX triplet: EB, A5 and 45. RGB value is (235,165,69). Sum of RGB (Red+Green+Blue) = 235+165+69=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA545 is #145ABA. Grayscale: #AFAFAF. Windows color (decimal): -1333947 or 4564459. OLE color: 4564459.

HSL color Cylindrical-coordinate representation of color #EBA545: hue angle of 34.7º 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 #EBA545 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23516569-
CMYK00.300.710.08
HSL34.7º80.58%59.61%-
HSV(B)34.7º70.64%92.16%-
XYZ48.794511.74-
YUV174.9968.19170.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=50.11%
G=35.18%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351656900.300.710.0834.780.5859.61
HexEBA54501E47823513c
Octal353245105036107104312174
Binary11101011101001011000101011110100011110001000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA545; }

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

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

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

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

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

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

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

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