#EDA597

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

Shades of Wax Flower #EDA597

Tints of Wax Flower #EDA597

Color information

#EDA597 (or 0xEDA597) is unknown color: approx Wax Flower. HEX triplet: ED, A5 and 97. RGB value is (237,165,151). Sum of RGB (Red+Green+Blue) = 237+165+151=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA597 is #125A68. Grayscale: #B9B9B9. Windows color (decimal): -1202793 or 9938413. OLE color: 9938413.

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

Color convert

RGB237165151-
CMYK00.300.360.07
HSL9.77º70.49%76.08%-
HSV(B)9.77º36.29%92.94%-
XYZ53.9747.1535.53-
YUV184.93108.85165.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=42.86%
G=29.84%
B=27.31%

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
Decimal23716515100.300.360.079.7770.4976.08
HexEDA59701E247a464c
Octal35524522703644712106114
Binary111011011010010110010111011110100100111101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA597; }

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

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

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

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

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

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

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

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