#EBB39C

Color #EBB39C Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EBB39C

Tints of Wax Flower #EBB39C

Color information

#EBB39C (or 0xEBB39C) is unknown color: approx Wax Flower. HEX triplet: EB, B3 and 9C. RGB value is (235,179,156). Sum of RGB (Red+Green+Blue) = 235+179+156=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB39C is #144C63. Grayscale: #C1C1C1. Windows color (decimal): -1330276 or 10269675. OLE color: 10269675.

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

Color convert

RGB235179156-
CMYK00.240.340.08
HSL17.47º66.39%76.67%-
HSV(B)17.47º33.62%92.16%-
XYZ56.3852.338.58-
YUV193.12107.05157.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=41.23%
G=31.40%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517915600.240.340.0817.4766.3976.67
HexEBB39C01822811424d
Octal353263234030421021102115
Binary11101011101100111001110001100010001010001000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB39C; }

 p { color: rgb(235,179,156); }

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

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

 a { background-color: rgb(235,179,156); }

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

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

 span { border-color: rgb(235,179,156); }

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