Html Css Color HEX #EEB08C Mandys Pink

📋 copy color: '#EEB08C'

red 238 ◦ green 176 ◦ blue 140

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

Shades of Mandys Pink #EEB08C

Tints of Mandys Pink #EEB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

 BLUE value IS 140 (55.08% from 255) = 25.27%

R = 42.96%
G = 31.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEB08C (or 0xEEB08C) is known color: Mandys Pink. HEX triplet: EE, B0 and 8C. RGB value is (238,176,140). Sum of RGB (Red+Green+Blue) = 238+176+140=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB08C is #114F73. Grayscale: #BEBEBE. Windows color (decimal): -1134452 or 9220334. OLE color: 9220334.

HSL color Cylindrical-coordinate representation of color #EEB08C: hue angle of 22.04º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEB08C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 140 -
CMYK 0 0.26 0.41 0.07
HSL 22.04º 0.74% 0.74% -
HSV(B) 22.04º 0.41% 0.93% -
XYZ 55.52 51.12 31.75 -
YUV 190.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 238 176 140 0 0.26 0.41 0.07 22.04 0.74 0.74
Hex EE B0 8C 0 1A 29 7 16 4A 4A
Octal 356 260 214 0 32 51 7 26 112 112
Binary 11101110 10110000 10001100 0 11010 101001 111 10110 1001010 1001010

Color Harmonies of #EEB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB08C

Black with #EEB08C

Text Example


Text Example

White with #EEB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB08C; }

 p { color: rgb(238,176,140); }

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

background-color css

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

 a { background-color: rgb(238,176,140); }

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

border-color css

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

 span { border-color: rgb(238,176,140); }

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