#ECAF9F

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

Shades of Wax Flower #ECAF9F

Tints of Wax Flower #ECAF9F

Color information

#ECAF9F (or 0xECAF9F) is unknown color: approx Wax Flower. HEX triplet: EC, AF and 9F. RGB value is (236,175,159). Sum of RGB (Red+Green+Blue) = 236+175+159=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9F is #135060. Grayscale: #BFBFBF. Windows color (decimal): -1265761 or 10465260. OLE color: 10465260.

HSL color Cylindrical-coordinate representation of color #ECAF9F: hue angle of 12.47º degrees, saturation: 0.67, 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 #ECAF9F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236175159-
CMYK00.260.330.07
HSL12.47º66.96%77.45%-
HSV(B)12.47º32.63%92.55%-
XYZ56.185139.68-
YUV191.42109.71159.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 159 (62.5% from 255) = 27.89%
R=41.40%
G=30.70%
B=27.89%

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
Decimal23617515900.260.330.0712.4766.9677.45
HexECAF9F01A217c434d
Octal35425723703241714103115
Binary111011001010111110011111011010100001111110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF9F; }

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

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

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

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

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

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

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

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