#EDA59A

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

Shades of Wax Flower #EDA59A

Tints of Wax Flower #EDA59A

Color information

#EDA59A (or 0xEDA59A) is unknown color: approx Wax Flower. HEX triplet: ED, A5 and 9A. RGB value is (237,165,154). Sum of RGB (Red+Green+Blue) = 237+165+154=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59A is #125A65. Grayscale: #B9B9B9. Windows color (decimal): -1202790 or 10135021. OLE color: 10135021.

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

Color convert

RGB237165154-
CMYK00.300.350.07
HSL7.95º69.75%76.67%-
HSV(B)7.95º35.02%92.94%-
XYZ54.2147.2536.83-
YUV185.27110.35164.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=42.63%
G=29.68%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716515400.300.350.077.9569.7576.67
HexEDA59A01E2378464d
Octal35524523203643710106115
Binary111011011010010110011010011110100011111100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA59A; }

 p { color: rgb(237,165,154); }

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

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

 a { background-color: rgb(237,165,154); }

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

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

 span { border-color: rgb(237,165,154); }

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