#ebb7a2

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

Shades of Wax Flower #EBB7A2

Tints of Wax Flower #EBB7A2

Color information

#EBB7A2 (or 0xEBB7A2) is unknown color: approx Wax Flower. HEX triplet: EB, B7 and A2. RGB value is (235,183,162). Sum of RGB (Red+Green+Blue) = 235+183+162=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7A2 is #14485D. Grayscale: #C4C4C4. Windows color (decimal): -1329246 or 10663915. OLE color: 10663915.

HSL color Cylindrical-coordinate representation of color #EBB7A2: hue angle of 17.26º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBB7A2 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235183162-
CMYK00.220.310.08
HSL17.26º64.6%77.84%-
HSV(B)17.26º31.06%92.16%-
XYZ57.7254.1441.59-
YUV196.15108.73155.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 162 (63.67% from 255) = 27.93%
R=40.52%
G=31.55%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518316200.220.310.0817.2664.677.84
HexEBB7A20161F811414e
Octal353267242026371021101116
Binary1110101110110111101000100101101111110001000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb7a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb7a2; }

 p { color: rgb(235,183,162); }

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

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

 a { background-color: rgb(235,183,162); }

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

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

 span { border-color: rgb(235,183,162); }

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