#ECAF9E

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

Shades of Wax Flower #ECAF9E

Tints of Wax Flower #ECAF9E

Color information

#ECAF9E (or 0xECAF9E) is unknown color: approx Wax Flower. HEX triplet: EC, AF and 9E. RGB value is (236,175,158). Sum of RGB (Red+Green+Blue) = 236+175+158=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9E is #135061. Grayscale: #BFBFBF. Windows color (decimal): -1265762 or 10399724. OLE color: 10399724.

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

Color convert

RGB236175158-
CMYK00.260.330.07
HSL13.08º67.24%77.25%-
HSV(B)13.08º33.05%92.55%-
XYZ56.0950.9639.23-
YUV191.3109.21159.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=41.48%
G=30.76%
B=27.77%

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
Decimal23617515800.260.330.0713.0867.2477.25
HexECAF9E01A217d434d
Octal35425723603241715103115
Binary111011001010111110011110011010100001111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF9E; }

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

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

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

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

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

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

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

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