#EDBBA2

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

Shades of Wax Flower #EDBBA2

Tints of Wax Flower #EDBBA2

Color information

#EDBBA2 (or 0xEDBBA2) is unknown color: approx Wax Flower. HEX triplet: ED, BB and A2. RGB value is (237,187,162). Sum of RGB (Red+Green+Blue) = 237+187+162=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA2 is #12445D. Grayscale: #C7C7C7. Windows color (decimal): -1197150 or 10664941. OLE color: 10664941.

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

Color convert

RGB237187162-
CMYK00.210.320.07
HSL20º67.57%78.24%-
HSV(B)20º31.65%92.94%-
XYZ59.2256.1541.9-
YUV199.1107.06155.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 162 (63.67% from 255) = 27.65%
R=40.44%
G=31.91%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718716200.210.320.072067.5778.24
HexEDBBA201520714444e
Octal35527324202540724104116
Binary1110110110111011101000100101011000001111010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBA2; }

 p { color: rgb(237,187,162); }

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

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

 a { background-color: rgb(237,187,162); }

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

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

 span { border-color: rgb(237,187,162); }

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