#EDA798

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

Shades of Wax Flower #EDA798

Tints of Wax Flower #EDA798

Color information

#EDA798 (or 0xEDA798) is unknown color: approx Wax Flower. HEX triplet: ED, A7 and 98. RGB value is (237,167,152). Sum of RGB (Red+Green+Blue) = 237+167+152=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA798 is #125867. Grayscale: #BABABA. Windows color (decimal): -1202280 or 10004461. OLE color: 10004461.

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

Color convert

RGB237167152-
CMYK00.300.360.07
HSL10.59º70.25%76.27%-
HSV(B)10.59º35.86%92.94%-
XYZ54.4147.9136.09-
YUV186.22108.69164.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 152 (59.77% from 255) = 27.34%
R=42.63%
G=30.04%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716715200.300.360.0710.5970.2576.27
HexEDA79801E247b464c
Octal35524723003644713106114
Binary111011011010011110011000011110100100111101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA798; }

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

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

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

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

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

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

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

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