#EDA69B

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

Shades of Wax Flower #EDA69B

Tints of Wax Flower #EDA69B

Color information

#EDA69B (or 0xEDA69B) is unknown color: approx Wax Flower. HEX triplet: ED, A6 and 9B. RGB value is (237,166,155). Sum of RGB (Red+Green+Blue) = 237+166+155=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69B is #125964. Grayscale: #BABABA. Windows color (decimal): -1202533 or 10200813. OLE color: 10200813.

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

Color convert

RGB237166155-
CMYK00.300.350.07
HSL8.05º69.49%76.86%-
HSV(B)8.05º34.6%92.94%-
XYZ54.4847.6437.34-
YUV185.98110.52164.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=42.47%
G=29.75%
B=27.78%

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
Decimal23716615500.300.350.078.0569.4976.86
HexEDA69B01E2378454d
Octal35524623303643710105115
Binary111011011010011010011011011110100011111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA69B; }

 p { color: rgb(237,166,155); }

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

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

 a { background-color: rgb(237,166,155); }

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

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

 span { border-color: rgb(237,166,155); }

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