Html Css Color HEX #ECAC9B Wax Flower

📋 copy color: '#ECAC9B'

red 236 ◦ green 172 ◦ blue 155

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

Shades of Wax Flower #ECAC9B

Tints of Wax Flower #ECAC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

 BLUE value IS 155 (60.94% from 255) = 27.53%

R = 41.92%
G = 30.55%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECAC9B (or 0xECAC9B) is known color: Wax Flower. HEX triplet: EC, AC and 9B. RGB value is (236,172,155). Sum of RGB (Red+Green+Blue) = 236+172+155=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9B is #135364. Grayscale: #BDBDBD. Windows color (decimal): -1266533 or 10202348. OLE color: 10202348.

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

Color convert

RGB 236 172 155 -
CMYK 0 0.27 0.34 0.07
HSL 12.59º 0.68% 0.77% -
HSV(B) 12.59º 0.34% 0.93% -
XYZ 55.26 49.7 37.69 -
YUV 189.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 236 172 155 0 0.27 0.34 0.07 12.59 0.68 0.77
Hex EC AC 9B 0 1B 22 7 D 44 4D
Octal 354 254 233 0 33 42 7 15 104 115
Binary 11101100 10101100 10011011 0 11011 100010 111 1101 1000100 1001101

Color Harmonies of #ECAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC9B

Black with #ECAC9B

Text Example


Text Example

White with #ECAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC9B; }

 p { color: rgb(236,172,155); }

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

background-color css

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

 a { background-color: rgb(236,172,155); }

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

border-color css

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

 span { border-color: rgb(236,172,155); }

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