Html Css Color HEX #EEBCA0 Mandys Pink

📋 copy color: '#EEBCA0'

red 238 ◦ green 188 ◦ blue 160

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

Shades of Mandys Pink #EEBCA0

Tints of Mandys Pink #EEBCA0

RGB

 RED value IS 238 (93.36% from 255) = 40.61%

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 40.61%
G = 32.08%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEBCA0 (or 0xEEBCA0) is known color: Mandys Pink. HEX triplet: EE, BC and A0. RGB value is (238,188,160). Sum of RGB (Red+Green+Blue) = 238+188+160=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA0 is #11435F. Grayscale: #C7C7C7. Windows color (decimal): -1131360 or 10534126. OLE color: 10534126.

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

Color convert

RGB 238 188 160 -
CMYK 0 0.21 0.33 0.07
HSL 21.54º 0.7% 0.78% -
HSV(B) 21.54º 0.33% 0.93% -
XYZ 59.59 56.68 41.06 -
YUV 199.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 238 188 160 0 0.21 0.33 0.07 21.54 0.7 0.78
Hex EE BC A0 0 15 21 7 16 46 4E
Octal 356 274 240 0 25 41 7 26 106 116
Binary 11101110 10111100 10100000 0 10101 100001 111 10110 1000110 1001110

Color Harmonies of #EEBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCA0

Black with #EEBCA0

Text Example


Text Example

White with #EEBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCA0; }

 p { color: rgb(238,188,160); }

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

background-color css

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

 a { background-color: rgb(238,188,160); }

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

border-color css

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

 span { border-color: rgb(238,188,160); }

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