#ECAE99

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

Shades of Wax Flower #ECAE99

Tints of Wax Flower #ECAE99

Color information

#ECAE99 (or 0xECAE99) is unknown color: approx Wax Flower. HEX triplet: EC, AE and 99. RGB value is (236,174,153). Sum of RGB (Red+Green+Blue) = 236+174+153=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAE99 is #135166. Grayscale: #BEBEBE. Windows color (decimal): -1266023 or 10071788. OLE color: 10071788.

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

Color convert

RGB236174153-
CMYK00.260.350.07
HSL15.18º68.6%76.27%-
HSV(B)15.18º35.17%92.55%-
XYZ55.4850.436.94-
YUV190.14107.04160.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=41.92%
G=30.91%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617415300.260.350.0715.1868.676.27
HexECAE9901A237f454c
Octal35425623103243717105114
Binary111011001010111010011001011010100011111111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE99; }

 p { color: rgb(236,174,153); }

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

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

 a { background-color: rgb(236,174,153); }

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

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

 span { border-color: rgb(236,174,153); }

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