Html Css Color HEX #ECB6A1 Wax Flower

📋 copy color: '#ECB6A1'

red 236 ◦ green 182 ◦ blue 161

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

Shades of Wax Flower #ECB6A1

Tints of Wax Flower #ECB6A1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.43%

 BLUE value IS 161 (63.28% from 255) = 27.81%

R = 40.76%
G = 31.43%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECB6A1 (or 0xECB6A1) is known color: Wax Flower. HEX triplet: EC, B6 and A1. RGB value is (236,182,161). Sum of RGB (Red+Green+Blue) = 236+182+161=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6A1 is #13495E. Grayscale: #C3C3C3. Windows color (decimal): -1263967 or 10598124. OLE color: 10598124.

HSL color Cylindrical-coordinate representation of color #ECB6A1: hue angle of 16.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECB6A1 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 161 -
CMYK 0 0.23 0.32 0.07
HSL 16.8º 0.66% 0.78% -
HSV(B) 16.8º 0.32% 0.93% -
XYZ 57.75 53.86 41.07 -
YUV 195.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 236 182 161 0 0.23 0.32 0.07 16.8 0.66 0.78
Hex EC B6 A1 0 17 20 7 11 42 4E
Octal 354 266 241 0 27 40 7 21 102 116
Binary 11101100 10110110 10100001 0 10111 100000 111 10001 1000010 1001110

Color Harmonies of #ECB6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6A1

Black with #ECB6A1

Text Example


Text Example

White with #ECB6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6A1; }

 p { color: rgb(236,182,161); }

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

background-color css

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

 a { background-color: rgb(236,182,161); }

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

border-color css

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

 span { border-color: rgb(236,182,161); }

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