#EBAE37

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

Shades of Tulip Tree #EBAE37

Tints of Tulip Tree #EBAE37

Color information

#EBAE37 (or 0xEBAE37) is unknown color: approx Tulip Tree. HEX triplet: EB, AE and 37. RGB value is (235,174,55). Sum of RGB (Red+Green+Blue) = 235+174+55=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE37 is #1451C8. Grayscale: #B3B3B3. Windows color (decimal): -1331657 or 3649259. OLE color: 3649259.

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

Color convert

RGB23517455-
CMYK00.260.770.08
HSL39.67º81.82%56.86%-
HSV(B)39.67º76.6%92.16%-
XYZ50.0948.2110.28-
YUV178.6758.21168.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 55 (21.88% from 255) = 11.85%
R=50.65%
G=37.5%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351745500.260.770.0839.6781.8256.86
HexEBAE3701A4D8285239
Octal35325667032115105012271
Binary1110101110101110110111011010100110110001010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE37; }

 p { color: rgb(235,174,55); }

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

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

 a { background-color: rgb(235,174,55); }

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

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

 span { border-color: rgb(235,174,55); }

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