#EDB199

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

Shades of Wax Flower #EDB199

Tints of Wax Flower #EDB199

Color information

#EDB199 (or 0xEDB199) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and 99. RGB value is (237,177,153). Sum of RGB (Red+Green+Blue) = 237+177+153=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB199 is #124E66. Grayscale: #C0C0C0. Windows color (decimal): -1199719 or 10072557. OLE color: 10072557.

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

Color convert

RGB237177153-
CMYK00.250.350.07
HSL17.14º70%76.47%-
HSV(B)17.14º35.44%92.94%-
XYZ56.451.7537.15-
YUV192.2105.88159.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=41.80%
G=31.22%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717715300.250.350.0717.147076.47
HexEDB19901923711464c
Octal35526123103143721106114
Binary1110110110110001100110010110011000111111000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB199; }

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

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

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

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

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

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

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

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