#ECAD91

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

Shades of Wax Flower #ECAD91

Tints of Wax Flower #ECAD91

Color information

#ECAD91 (or 0xECAD91) is unknown color: approx Wax Flower. HEX triplet: EC, AD and 91. RGB value is (236,173,145). Sum of RGB (Red+Green+Blue) = 236+173+145=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAD91 is #13526E. Grayscale: #BCBCBC. Windows color (decimal): -1266287 or 9547244. OLE color: 9547244.

HSL color Cylindrical-coordinate representation of color #ECAD91: hue angle of 18.46º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECAD91 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236173145-
CMYK00.270.390.07
HSL18.46º70.54%74.71%-
HSV(B)18.46º38.56%92.55%-
XYZ54.6549.7633.51-
YUV188.64103.37161.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=42.60%
G=31.23%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617314500.270.390.0718.4670.5474.71
HexECAD9101B27712474b
Octal35425522103347722107113
Binary1110110010101101100100010110111001111111001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD91; }

 p { color: rgb(236,173,145); }

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

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

 a { background-color: rgb(236,173,145); }

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

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

 span { border-color: rgb(236,173,145); }

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