#EDB095

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

Shades of Wax Flower #EDB095

Tints of Wax Flower #EDB095

Color information

#EDB095 (or 0xEDB095) is unknown color: approx Wax Flower. HEX triplet: ED, B0 and 95. RGB value is (237,176,149). Sum of RGB (Red+Green+Blue) = 237+176+149=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB095 is #124F6A. Grayscale: #BFBFBF. Windows color (decimal): -1199979 or 9810157. OLE color: 9810157.

HSL color Cylindrical-coordinate representation of color #EDB095: hue angle of 18.41º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDB095 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237176149-
CMYK00.260.370.07
HSL18.41º70.97%75.69%-
HSV(B)18.41º37.13%92.94%-
XYZ55.8851.2335.38-
YUV191.16104.21160.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=42.17%
G=31.32%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717614900.260.370.0718.4170.9775.69
HexEDB09501A25712474c
Octal35526022503245722107114
Binary1110110110110000100101010110101001011111001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB095; }

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

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

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

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

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

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

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

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