Html Css Color HEX #ECB995 Mandys Pink

📋 copy color: '#ECB995'

red 236 ◦ green 185 ◦ blue 149

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

Shades of Mandys Pink #ECB995

Tints of Mandys Pink #ECB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.46%

 BLUE value IS 149 (58.59% from 255) = 26.14%

R = 41.4%
G = 32.46%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECB995 (or 0xECB995) is known color: Mandys Pink. HEX triplet: EC, B9 and 95. RGB value is (236,185,149). Sum of RGB (Red+Green+Blue) = 236+185+149=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB995 is #13466A. Grayscale: #C4C4C4. Windows color (decimal): -1263211 or 9812460. OLE color: 9812460.

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

Color convert

RGB 236 185 149 -
CMYK 0 0.22 0.37 0.07
HSL 24.83º 0.7% 0.75% -
HSV(B) 24.83º 0.37% 0.93% -
XYZ 57.37 54.7 35.97 -
YUV 196.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 236 185 149 0 0.22 0.37 0.07 24.83 0.7 0.75
Hex EC B9 95 0 16 25 7 19 46 4B
Octal 354 271 225 0 26 45 7 31 106 113
Binary 11101100 10111001 10010101 0 10110 100101 111 11001 1000110 1001011

Color Harmonies of #ECB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB995

Black with #ECB995

Text Example


Text Example

White with #ECB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB995; }

 p { color: rgb(236,185,149); }

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

background-color css

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

 a { background-color: rgb(236,185,149); }

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

border-color css

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

 span { border-color: rgb(236,185,149); }

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