Html Css Color HEX #ECAA9A Wax Flower

📋 copy color: '#ECAA9A'

red 236 ◦ green 170 ◦ blue 154

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

Shades of Wax Flower #ECAA9A

Tints of Wax Flower #ECAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 42.14%
G = 30.36%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECAA9A (or 0xECAA9A) is known color: Wax Flower. HEX triplet: EC, AA and 9A. RGB value is (236,170,154). Sum of RGB (Red+Green+Blue) = 236+170+154=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA9A is #135565. Grayscale: #BCBCBC. Windows color (decimal): -1267046 or 10136300. OLE color: 10136300.

HSL color Cylindrical-coordinate representation of color #ECAA9A: hue angle of 11.71º degrees, saturation: 0.68, 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 #ECAA9A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 154 -
CMYK 0 0.28 0.35 0.07
HSL 11.71º 0.68% 0.76% -
HSV(B) 11.71º 0.35% 0.93% -
XYZ 54.8 48.92 37.13 -
YUV 187.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 236 170 154 0 0.28 0.35 0.07 11.71 0.68 0.76
Hex EC AA 9A 0 1C 23 7 C 44 4C
Octal 354 252 232 0 34 43 7 14 104 114
Binary 11101100 10101010 10011010 0 11100 100011 111 1100 1000100 1001100

Color Harmonies of #ECAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA9A

Black with #ECAA9A

Text Example


Text Example

White with #ECAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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