#EBAF3E

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

Shades of Tulip Tree #EBAF3E

Tints of Tulip Tree #EBAF3E

Color information

#EBAF3E (or 0xEBAF3E) is unknown color: approx Tulip Tree. HEX triplet: EB, AF and 3E. RGB value is (235,175,62). Sum of RGB (Red+Green+Blue) = 235+175+62=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF3E is #1450C1. Grayscale: #B4B4B4. Windows color (decimal): -1331394 or 4108267. OLE color: 4108267.

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

Color convert

RGB23517562-
CMYK00.260.740.08
HSL39.19º81.22%58.24%-
HSV(B)39.19º73.62%92.16%-
XYZ50.4648.6711.29-
YUV180.0661.38167.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 62 (24.61% from 255) = 13.14%
R=49.79%
G=37.08%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351756200.260.740.0839.1981.2258.24
HexEBAF3E01A4A827513a
Octal35325776032112104712172
Binary1110101110101111111110011010100101010001001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF3E; }

 p { color: rgb(235,175,62); }

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

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

 a { background-color: rgb(235,175,62); }

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

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

 span { border-color: rgb(235,175,62); }

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