#EDB198

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

Shades of Wax Flower #EDB198

Tints of Wax Flower #EDB198

Color information

#EDB198 (or 0xEDB198) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and 98. RGB value is (237,177,152). Sum of RGB (Red+Green+Blue) = 237+177+152=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB198 is #124E67. Grayscale: #C0C0C0. Windows color (decimal): -1199720 or 10007021. OLE color: 10007021.

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

Color convert

RGB237177152-
CMYK00.250.360.07
HSL17.65º70.25%76.27%-
HSV(B)17.65º35.86%92.94%-
XYZ56.3151.7236.72-
YUV192.09105.38160.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=41.87%
G=31.27%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717715200.250.360.0717.6570.2576.27
HexEDB19801924712464c
Octal35526123003144722106114
Binary1110110110110001100110000110011001001111001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB198; }

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

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

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

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

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

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

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

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