#EDB49C

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

Shades of Wax Flower #EDB49C

Tints of Wax Flower #EDB49C

Color information

#EDB49C (or 0xEDB49C) is unknown color: approx Wax Flower. HEX triplet: ED, B4 and 9C. RGB value is (237,180,156). Sum of RGB (Red+Green+Blue) = 237+180+156=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49C is #124B63. Grayscale: #C2C2C2. Windows color (decimal): -1198948 or 10269933. OLE color: 10269933.

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

Color convert

RGB237180156-
CMYK00.240.340.07
HSL17.78º69.23%77.06%-
HSV(B)17.78º34.18%92.94%-
XYZ57.2553.0538.67-
YUV194.31106.38158.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=41.36%
G=31.41%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718015600.240.340.0717.7869.2377.06
HexEDB49C01822712454d
Octal35526423403042722105115
Binary1110110110110100100111000110001000101111001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB49C; }

 p { color: rgb(237,180,156); }

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

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

 a { background-color: rgb(237,180,156); }

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

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

 span { border-color: rgb(237,180,156); }

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