#EDB0A1

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

Shades of Wax Flower #EDB0A1

Tints of Wax Flower #EDB0A1

Color information

#EDB0A1 (or 0xEDB0A1) is unknown color: approx Wax Flower. HEX triplet: ED, B0 and A1. RGB value is (237,176,161). Sum of RGB (Red+Green+Blue) = 237+176+161=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0A1 is #124F5E. Grayscale: #C0C0C0. Windows color (decimal): -1199967 or 10596589. OLE color: 10596589.

HSL color Cylindrical-coordinate representation of color #EDB0A1: hue angle of 11.84º 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 #EDB0A1 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237176161-
CMYK00.260.320.07
HSL11.84º67.86%78.04%-
HSV(B)11.84º32.07%92.94%-
XYZ56.8851.6340.69-
YUV192.53110.21159.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 161 (63.28% from 255) = 28.05%
R=41.29%
G=30.66%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717616100.260.320.0711.8467.8678.04
HexEDB0A101A207c444e
Octal35526024103240714104116
Binary111011011011000010100001011010100000111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0A1; }

 p { color: rgb(237,176,161); }

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

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

 a { background-color: rgb(237,176,161); }

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

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

 span { border-color: rgb(237,176,161); }

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