#EDB1A0

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

Shades of Wax Flower #EDB1A0

Tints of Wax Flower #EDB1A0

Color information

#EDB1A0 (or 0xEDB1A0) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and A0. RGB value is (237,177,160). Sum of RGB (Red+Green+Blue) = 237+177+160=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1A0 is #124E5F. Grayscale: #C1C1C1. Windows color (decimal): -1199712 or 10531309. OLE color: 10531309.

HSL color Cylindrical-coordinate representation of color #EDB1A0: hue angle of 13.25º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDB1A0 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237177160-
CMYK00.250.320.07
HSL13.25º68.14%77.84%-
HSV(B)13.25º32.49%92.94%-
XYZ56.9951.9940.29-
YUV193109.38159.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 160 (62.89% from 255) = 27.87%
R=41.29%
G=30.84%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717716000.250.320.0713.2568.1477.84
HexEDB1A0019207d444e
Octal35526124003140715104116
Binary111011011011000110100000011001100000111110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1A0; }

 p { color: rgb(237,177,160); }

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

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

 a { background-color: rgb(237,177,160); }

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

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

 span { border-color: rgb(237,177,160); }

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