#EBBC98

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

Shades of Mandys Pink #EBBC98

Tints of Mandys Pink #EBBC98

Color information

#EBBC98 (or 0xEBBC98) is unknown color: approx Mandys Pink. HEX triplet: EB, BC and 98. RGB value is (235,188,152). Sum of RGB (Red+Green+Blue) = 235+188+152=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC98 is #144367. Grayscale: #C6C6C6. Windows color (decimal): -1327976 or 10009835. OLE color: 10009835.

HSL color Cylindrical-coordinate representation of color #EBBC98: hue angle of 26.02º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBBC98 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235188152-
CMYK00.20.350.08
HSL26.02º67.48%75.88%-
HSV(B)26.02º35.32%92.16%-
XYZ57.9155.937.44-
YUV197.95102.07154.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=40.87%
G=32.70%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518815200.20.350.0826.0267.4875.88
HexEBBC980142381a434c
Octal353274230024431032103114
Binary11101011101111001001100001010010001110001101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC98; }

 p { color: rgb(235,188,152); }

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

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

 a { background-color: rgb(235,188,152); }

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

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

 span { border-color: rgb(235,188,152); }

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