Html Css Color HEX #ECB1A2 Wax Flower

📋 copy color: '#ECB1A2'

red 236 ◦ green 177 ◦ blue 162

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

Shades of Wax Flower #ECB1A2

Tints of Wax Flower #ECB1A2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.78%

 BLUE value IS 162 (63.67% from 255) = 28.17%

R = 41.04%
G = 30.78%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECB1A2 (or 0xECB1A2) is known color: Wax Flower. HEX triplet: EC, B1 and A2. RGB value is (236,177,162). Sum of RGB (Red+Green+Blue) = 236+177+162=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1A2 is #134E5D. Grayscale: #C1C1C1. Windows color (decimal): -1265246 or 10662380. OLE color: 10662380.

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

Color convert

RGB 236 177 162 -
CMYK 0 0.25 0.31 0.07
HSL 12.16º 0.66% 0.78% -
HSV(B) 12.16º 0.31% 0.93% -
XYZ 56.84 51.89 41.2 -
YUV 192.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 236 177 162 0 0.25 0.31 0.07 12.16 0.66 0.78
Hex EC B1 A2 0 19 1F 7 C 42 4E
Octal 354 261 242 0 31 37 7 14 102 116
Binary 11101100 10110001 10100010 0 11001 11111 111 1100 1000010 1001110

Color Harmonies of #ECB1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1A2

Black with #ECB1A2

Text Example


Text Example

White with #ECB1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1A2; }

 p { color: rgb(236,177,162); }

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

background-color css

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

 a { background-color: rgb(236,177,162); }

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

border-color css

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

 span { border-color: rgb(236,177,162); }

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