#EEBD96

Color #EEBD96 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EEBD96

Tints of Mandys Pink #EEBD96

Color information

#EEBD96 (or 0xEEBD96) is unknown color: approx Mandys Pink. HEX triplet: EE, BD and 96. RGB value is (238,189,150). Sum of RGB (Red+Green+Blue) = 238+189+150=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD96 is #114269. Grayscale: #C7C7C7. Windows color (decimal): -1131114 or 9879022. OLE color: 9879022.

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

Color convert

RGB238189150-
CMYK00.210.370.07
HSL26.59º72.13%76.08%-
HSV(B)26.59º36.97%93.33%-
XYZ58.9656.7736.71-
YUV199.2100.23155.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=41.25%
G=32.76%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818915000.210.370.0726.5972.1376.08
HexEEBD960152571b484c
Octal35627522602545733110114
Binary1110111010111101100101100101011001011111101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD96; }

 p { color: rgb(238,189,150); }

 H1.HeaderClassName
 {
   color: #EEBD96;
 }
 .AnyTagClassName
 {
   color: #EEBD96;
 }
</style>
background-color css

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

 a { background-color: rgb(238,189,150); }

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

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

 span { border-color: rgb(238,189,150); }

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