#EBA53A

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

Shades of Tulip Tree #EBA53A

Tints of Tulip Tree #EBA53A

Color information

#EBA53A (or 0xEBA53A) is unknown color: approx Tulip Tree. HEX triplet: EB, A5 and 3A. RGB value is (235,165,58). Sum of RGB (Red+Green+Blue) = 235+165+58=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA53A is #145AC5. Grayscale: #AEAEAE. Windows color (decimal): -1333958 or 3843563. OLE color: 3843563.

HSL color Cylindrical-coordinate representation of color #EBA53A: hue angle of 36.27º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA53A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23516558-
CMYK00.300.750.08
HSL36.27º81.57%57.45%-
HSV(B)36.27º75.32%92.16%-
XYZ48.4844.8810.11-
YUV173.7362.69171.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 58 (23.05% from 255) = 12.66%
R=51.31%
G=36.03%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351655800.300.750.0836.2781.5757.45
HexEBA53A01E4B8245239
Octal35324572036113104412271
Binary1110101110100101111010011110100101110001001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA53A; }

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

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

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

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

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

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

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

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