#EDBCA4

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

Shades of Wax Flower #EDBCA4

Tints of Wax Flower #EDBCA4

Color information

#EDBCA4 (or 0xEDBCA4) is unknown color: approx Wax Flower. HEX triplet: ED, BC and A4. RGB value is (237,188,164). Sum of RGB (Red+Green+Blue) = 237+188+164=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA4 is #12435B. Grayscale: #C8C8C8. Windows color (decimal): -1196892 or 10796269. OLE color: 10796269.

HSL color Cylindrical-coordinate representation of color #EDBCA4: hue angle of 19.73º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDBCA4 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237188164-
CMYK00.210.310.07
HSL19.73º66.97%78.63%-
HSV(B)19.73º30.8%92.94%-
XYZ59.6156.6542.92-
YUV199.92107.73154.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=40.24%
G=31.92%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718816400.210.310.0719.7366.9778.63
HexEDBCA40151F714434f
Octal35527424402537724103117
Binary111011011011110010100100010101111111111010010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCA4; }

 p { color: rgb(237,188,164); }

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

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

 a { background-color: rgb(237,188,164); }

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

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

 span { border-color: rgb(237,188,164); }

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