Html Css Color HEX #ECAA9C Wax Flower

📋 copy color: '#ECAA9C'

red 236 ◦ green 170 ◦ blue 156

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

Shades of Wax Flower #ECAA9C

Tints of Wax Flower #ECAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.76%

R = 41.99%
G = 30.25%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECAA9C (or 0xECAA9C) is known color: Wax Flower. HEX triplet: EC, AA and 9C. RGB value is (236,170,156). Sum of RGB (Red+Green+Blue) = 236+170+156=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA9C is #135563. Grayscale: #BCBCBC. Windows color (decimal): -1267044 or 10267372. OLE color: 10267372.

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

Color convert

RGB 236 170 156 -
CMYK 0 0.28 0.34 0.07
HSL 10.5º 0.68% 0.77% -
HSV(B) 10.5º 0.34% 0.93% -
XYZ 54.97 48.98 38.01 -
YUV 188.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 236 170 156 0 0.28 0.34 0.07 10.5 0.68 0.77
Hex EC AA 9C 0 1C 22 7 A 44 4D
Octal 354 252 234 0 34 42 7 12 104 115
Binary 11101100 10101010 10011100 0 11100 100010 111 1010 1000100 1001101

Color Harmonies of #ECAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA9C

Black with #ECAA9C

Text Example


Text Example

White with #ECAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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