Html Css Color HEX #ECB695 Mandys Pink

📋 copy color: '#ECB695'

red 236 ◦ green 182 ◦ blue 149

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

Shades of Mandys Pink #ECB695

Tints of Mandys Pink #ECB695

RGB

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

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

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

R = 41.62%
G = 32.1%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECB695 (or 0xECB695) is known color: Mandys Pink. HEX triplet: EC, B6 and 95. RGB value is (236,182,149). Sum of RGB (Red+Green+Blue) = 236+182+149=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB695 is #13496A. Grayscale: #C2C2C2. Windows color (decimal): -1263979 or 9811692. OLE color: 9811692.

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

Color convert

RGB 236 182 149 -
CMYK 0 0.23 0.37 0.07
HSL 22.76º 0.7% 0.75% -
HSV(B) 22.76º 0.37% 0.93% -
XYZ 56.74 53.46 35.76 -
YUV 194.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 236 182 149 0 0.23 0.37 0.07 22.76 0.7 0.75
Hex EC B6 95 0 17 25 7 17 46 4B
Octal 354 266 225 0 27 45 7 27 106 113
Binary 11101100 10110110 10010101 0 10111 100101 111 10111 1000110 1001011

Color Harmonies of #ECB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB695

Black with #ECB695

Text Example


Text Example

White with #ECB695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB695; }

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

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

background-color css

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

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

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

border-color css

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

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

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