Html Css Color HEX #ECAA99 Wax Flower

📋 copy color: '#ECAA99'

red 236 ◦ green 170 ◦ blue 153

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

Shades of Wax Flower #ECAA99

Tints of Wax Flower #ECAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.37%

R = 42.22%
G = 30.41%
B = 27.37%

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

#ECAA99 (or 0xECAA99) is known color: Wax Flower. HEX triplet: EC, AA and 99. RGB value is (236,170,153). Sum of RGB (Red+Green+Blue) = 236+170+153=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA99 is #135566. Grayscale: #BBBBBB. Windows color (decimal): -1267047 or 10070764. OLE color: 10070764.

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

Color convert

RGB 236 170 153 -
CMYK 0 0.28 0.35 0.07
HSL 12.29º 0.69% 0.76% -
HSV(B) 12.29º 0.35% 0.93% -
XYZ 54.72 48.88 36.69 -
YUV 187.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 236 170 153 0 0.28 0.35 0.07 12.29 0.69 0.76
Hex EC AA 99 0 1C 23 7 C 45 4C
Octal 354 252 231 0 34 43 7 14 105 114
Binary 11101100 10101010 10011001 0 11100 100011 111 1100 1000101 1001100

Color Harmonies of #ECAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA99

Black with #ECAA99

Text Example


Text Example

White with #ECAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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