#EBAA46

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

Shades of Tulip Tree #EBAA46

Tints of Tulip Tree #EBAA46

Color information

#EBAA46 (or 0xEBAA46) is unknown color: approx Tulip Tree. HEX triplet: EB, AA and 46. RGB value is (235,170,70). Sum of RGB (Red+Green+Blue) = 235+170+70=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA46 is #1455B9. Grayscale: #B2B2B2. Windows color (decimal): -1332666 or 4631275. OLE color: 4631275.

HSL color Cylindrical-coordinate representation of color #EBAA46: hue angle of 36.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBAA46 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23517070-
CMYK00.280.700.08
HSL36.36º80.49%59.8%-
HSV(B)36.36º70.21%92.16%-
XYZ49.7446.8512.22-
YUV178.0467.03168.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 70 (27.73% from 255) = 14.74%
R=49.47%
G=35.79%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351707000.280.700.0836.3680.4959.8
HexEBAA4601C46824503c
Octal353252106034106104412074
Binary11101011101010101000110011100100011010001001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA46; }

 p { color: rgb(235,170,70); }

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

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

 a { background-color: rgb(235,170,70); }

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

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

 span { border-color: rgb(235,170,70); }

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