#ECA697

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

Shades of Wax Flower #ECA697

Tints of Wax Flower #ECA697

Color information

#ECA697 (or 0xECA697) is unknown color: approx Wax Flower. HEX triplet: EC, A6 and 97. RGB value is (236,166,151). Sum of RGB (Red+Green+Blue) = 236+166+151=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA697 is #135968. Grayscale: #B9B9B9. Windows color (decimal): -1268073 or 9938668. OLE color: 9938668.

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

Color convert

RGB236166151-
CMYK00.300.360.07
HSL10.59º69.11%75.88%-
HSV(B)10.59º36.02%92.55%-
XYZ53.8147.3435.58-
YUV185.22108.69164.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=42.68%
G=30.02%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616615100.300.360.0710.5969.1175.88
HexECA69701E247b454c
Octal35424622703644713105114
Binary111011001010011010010111011110100100111101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA697; }

 p { color: rgb(236,166,151); }

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

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

 a { background-color: rgb(236,166,151); }

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

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

 span { border-color: rgb(236,166,151); }

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