#EDB1A1

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

Shades of Wax Flower #EDB1A1

Tints of Wax Flower #EDB1A1

Color information

#EDB1A1 (or 0xEDB1A1) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and A1. RGB value is (237,177,161). Sum of RGB (Red+Green+Blue) = 237+177+161=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1A1 is #124E5E. Grayscale: #C1C1C1. Windows color (decimal): -1199711 or 10596845. OLE color: 10596845.

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

Color convert

RGB237177161-
CMYK00.250.320.07
HSL12.63º67.86%78.04%-
HSV(B)12.63º32.07%92.94%-
XYZ57.0852.0240.75-
YUV193.12109.88159.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 161 (63.28% from 255) = 28%
R=41.22%
G=30.78%
B=28%

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
Decimal23717716100.250.320.0712.6367.8678.04
HexEDB1A1019207d444e
Octal35526124103140715104116
Binary111011011011000110100001011001100000111110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1A1; }

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

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

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

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

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

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

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

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