#EBAC46

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

Shades of Tulip Tree #EBAC46

Tints of Tulip Tree #EBAC46

Color information

#EBAC46 (or 0xEBAC46) is unknown color: approx Tulip Tree. HEX triplet: EB, AC and 46. RGB value is (235,172,70). Sum of RGB (Red+Green+Blue) = 235+172+70=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC46 is #1453B9. Grayscale: #B3B3B3. Windows color (decimal): -1332154 or 4631787. OLE color: 4631787.

HSL color Cylindrical-coordinate representation of color #EBAC46: hue angle of 37.09º 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 #EBAC46 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23517270-
CMYK00.270.700.08
HSL37.09º80.49%59.8%-
HSV(B)37.09º70.21%92.16%-
XYZ50.1247.6112.34-
YUV179.2166.37167.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 70 (27.73% from 255) = 14.68%
R=49.27%
G=36.06%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351727000.270.700.0837.0980.4959.8
HexEBAC4601B46825503c
Octal353254106033106104512074
Binary11101011101011001000110011011100011010001001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC46; }

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

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

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

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

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

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

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

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