#EDBBA0

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

Shades of Wax Flower #EDBBA0

Tints of Wax Flower #EDBBA0

Color information

#EDBBA0 (or 0xEDBBA0) is unknown color: approx Wax Flower. HEX triplet: ED, BB and A0. RGB value is (237,187,160). Sum of RGB (Red+Green+Blue) = 237+187+160=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA0 is #12445F. Grayscale: #C7C7C7. Windows color (decimal): -1197152 or 10533869. OLE color: 10533869.

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

Color convert

RGB237187160-
CMYK00.210.320.07
HSL21.04º68.14%77.84%-
HSV(B)21.04º32.49%92.94%-
XYZ59.0456.0840.97-
YUV198.87106.06155.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=40.58%
G=32.02%
B=27.40%

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
Decimal23718716000.210.320.0721.0468.1477.84
HexEDBBA001520715444e
Octal35527324002540725104116
Binary1110110110111011101000000101011000001111010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBA0; }

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

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

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

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

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

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

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

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