#EDB09A

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

Shades of Wax Flower #EDB09A

Tints of Wax Flower #EDB09A

Color information

#EDB09A (or 0xEDB09A) is unknown color: approx Wax Flower. HEX triplet: ED, B0 and 9A. RGB value is (237,176,154). Sum of RGB (Red+Green+Blue) = 237+176+154=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09A is #124F65. Grayscale: #BFBFBF. Windows color (decimal): -1199974 or 10137837. OLE color: 10137837.

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

Color convert

RGB237176154-
CMYK00.260.350.07
HSL15.9º69.75%76.67%-
HSV(B)15.9º35.02%92.94%-
XYZ56.2851.3937.52-
YUV191.73106.71160.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=41.80%
G=31.04%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717615400.260.350.0715.969.7576.67
HexEDB09A01A23710464d
Octal35526023203243720106115
Binary1110110110110000100110100110101000111111000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB09A; }

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

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

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

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

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

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

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

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