#EBA69B

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

Shades of Wax Flower #EBA69B

Tints of Wax Flower #EBA69B

Color information

#EBA69B (or 0xEBA69B) is unknown color: approx Wax Flower. HEX triplet: EB, A6 and 9B. RGB value is (235,166,155). Sum of RGB (Red+Green+Blue) = 235+166+155=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA69B is #145964. Grayscale: #B9B9B9. Windows color (decimal): -1333605 or 10200811. OLE color: 10200811.

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

Color convert

RGB235166155-
CMYK00.290.340.08
HSL8.25º66.67%76.47%-
HSV(B)8.25º34.04%92.16%-
XYZ53.8147.337.3-
YUV185.38110.86163.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=42.27%
G=29.86%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516615500.290.340.088.2566.6776.47
HexEBA69B01D2288434c
Octal353246233035421010103114
Binary1110101110100110100110110111011000101000100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA69B; }

 p { color: rgb(235,166,155); }

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

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

 a { background-color: rgb(235,166,155); }

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

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

 span { border-color: rgb(235,166,155); }

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