Html Css Color HEX #ECB494 Mandys Pink

📋 copy color: '#ECB494'

red 236 ◦ green 180 ◦ blue 148

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

Shades of Mandys Pink #ECB494

Tints of Mandys Pink #ECB494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.91%

 BLUE value IS 148 (58.2% from 255) = 26.24%

R = 41.84%
G = 31.91%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECB494 (or 0xECB494) is known color: Mandys Pink. HEX triplet: EC, B4 and 94. RGB value is (236,180,148). Sum of RGB (Red+Green+Blue) = 236+180+148=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB494 is #134B6B. Grayscale: #C1C1C1. Windows color (decimal): -1264492 or 9745644. OLE color: 9745644.

HSL color Cylindrical-coordinate representation of color #ECB494: hue angle of 21.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB494 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 148 -
CMYK 0 0.24 0.37 0.07
HSL 21.82º 0.7% 0.75% -
HSV(B) 21.82º 0.37% 0.93% -
XYZ 56.26 52.61 35.21 -
YUV 193.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 236 180 148 0 0.24 0.37 0.07 21.82 0.7 0.75
Hex EC B4 94 0 18 25 7 16 46 4B
Octal 354 264 224 0 30 45 7 26 106 113
Binary 11101100 10110100 10010100 0 11000 100101 111 10110 1000110 1001011

Color Harmonies of #ECB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB494

Black with #ECB494

Text Example


Text Example

White with #ECB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB494; }

 p { color: rgb(236,180,148); }

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

background-color css

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

 a { background-color: rgb(236,180,148); }

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

border-color css

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

 span { border-color: rgb(236,180,148); }

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