#ecaf9d

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

Shades of Wax Flower #ECAF9D

Tints of Wax Flower #ECAF9D

Color information

#ECAF9D (or 0xECAF9D) is unknown color: approx Wax Flower. HEX triplet: EC, AF and 9D. RGB value is (236,175,157). Sum of RGB (Red+Green+Blue) = 236+175+157=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9D is #135062. Grayscale: #BFBFBF. Windows color (decimal): -1265763 or 10334188. OLE color: 10334188.

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

Color convert

RGB236175157-
CMYK00.260.330.07
HSL13.67º67.52%77.06%-
HSV(B)13.67º33.47%92.55%-
XYZ56.0150.9338.78-
YUV191.19108.71159.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=41.55%
G=30.81%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617515700.260.330.0713.6767.5277.06
HexECAF9D01A217e444d
Octal35425723503241716104115
Binary111011001010111110011101011010100001111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecaf9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecaf9d; }

 p { color: rgb(236,175,157); }

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

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

 a { background-color: rgb(236,175,157); }

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

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

 span { border-color: rgb(236,175,157); }

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