#EBAA31

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

Shades of Tulip Tree #EBAA31

Tints of Tulip Tree #EBAA31

Color information

#EBAA31 (or 0xEBAA31) is unknown color: approx Tulip Tree. HEX triplet: EB, AA and 31. RGB value is (235,170,49). Sum of RGB (Red+Green+Blue) = 235+170+49=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA31 is #1455CE. Grayscale: #B0B0B0. Windows color (decimal): -1332687 or 3255019. OLE color: 3255019.

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

Color convert

RGB23517049-
CMYK00.280.790.08
HSL39.03º82.3%55.69%-
HSV(B)39.03º79.15%92.16%-
XYZ49.1946.639.31-
YUV175.6456.53170.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 49 (19.53% from 255) = 10.79%
R=51.76%
G=37.44%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351704900.280.790.0839.0382.355.69
HexEBAA3101C4F8275238
Octal35325261034117104712270
Binary1110101110101010110001011100100111110001001111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA31; }

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

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

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

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

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

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

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

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