Html Css Color HEX #ECAA93 Wax Flower

📋 copy color: '#ECAA93'

red 236 ◦ green 170 ◦ blue 147

#ECAA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #ECAA93

Tints of Wax Flower #ECAA93

RGB

 RED value IS 236 (92.58% from 255) = 42.68%

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 42.68%
G = 30.74%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECAA93 (or 0xECAA93) is known color: Wax Flower. HEX triplet: EC, AA and 93. RGB value is (236,170,147). Sum of RGB (Red+Green+Blue) = 236+170+147=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA93 is #13556C. Grayscale: #BBBBBB. Windows color (decimal): -1267053 or 9677548. OLE color: 9677548.

HSL color Cylindrical-coordinate representation of color #ECAA93: hue angle of 15.51º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECAA93 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 147 -
CMYK 0 0.28 0.38 0.07
HSL 15.51º 0.7% 0.75% -
HSV(B) 15.51º 0.38% 0.93% -
XYZ 54.23 48.69 34.14 -
YUV 187.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 236 170 147 0 0.28 0.38 0.07 15.51 0.7 0.75
Hex EC AA 93 0 1C 26 7 10 46 4B
Octal 354 252 223 0 34 46 7 20 106 113
Binary 11101100 10101010 10010011 0 11100 100110 111 10000 1000110 1001011

Color Harmonies of #ECAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA93

Black with #ECAA93

Text Example


Text Example

White with #ECAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA93; }

 p { color: rgb(236,170,147); }

 H1.HeaderClassName
 {
   color: #ECAA93;
 }
 .AnyTagClassName
 {
   color: #ECAA93;
 }
</style>

background-color css

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

 a { background-color: rgb(236,170,147); }

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

border-color css

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

 span { border-color: rgb(236,170,147); }

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