#EDB29C

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

Shades of Wax Flower #EDB29C

Tints of Wax Flower #EDB29C

Color information

#EDB29C (or 0xEDB29C) is unknown color: approx Wax Flower. HEX triplet: ED, B2 and 9C. RGB value is (237,178,156). Sum of RGB (Red+Green+Blue) = 237+178+156=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29C is #124D63. Grayscale: #C1C1C1. Windows color (decimal): -1199460 or 10269421. OLE color: 10269421.

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

Color convert

RGB237178156-
CMYK00.250.340.07
HSL16.3º69.23%77.06%-
HSV(B)16.3º34.18%92.94%-
XYZ56.8552.2538.54-
YUV193.13107.05159.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=41.51%
G=31.17%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717815600.250.340.0716.369.2377.06
HexEDB29C01922710454d
Octal35526223403142720105115
Binary1110110110110010100111000110011000101111000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB29C; }

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

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

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

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

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

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

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

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