#EDAB95

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

Shades of Wax Flower #EDAB95

Tints of Wax Flower #EDAB95

Color information

#EDAB95 (or 0xEDAB95) is unknown color: approx Wax Flower. HEX triplet: ED, AB and 95. RGB value is (237,171,149). Sum of RGB (Red+Green+Blue) = 237+171+149=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB95 is #12546A. Grayscale: #BCBCBC. Windows color (decimal): -1201259 or 9808877. OLE color: 9808877.

HSL color Cylindrical-coordinate representation of color #EDAB95: hue angle of 15º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDAB95 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237171149-
CMYK00.280.370.07
HSL15º70.97%75.69%-
HSV(B)15º37.13%92.94%-
XYZ54.9149.335.06-
YUV188.23105.87162.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=42.55%
G=30.70%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717114900.280.370.071570.9775.69
HexEDAB9501C257f474c
Octal35525322503445717107114
Binary111011011010101110010101011100100101111111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB95; }

 p { color: rgb(237,171,149); }

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

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

 a { background-color: rgb(237,171,149); }

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

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

 span { border-color: rgb(237,171,149); }

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