Html Css Color HEX #EBAF8D Mandys Pink

📋 copy color: '#EBAF8D'

red 235 ◦ green 175 ◦ blue 141

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

Shades of Mandys Pink #EBAF8D

Tints of Mandys Pink #EBAF8D

RGB

 RED value IS 235 (92.19% from 255) = 42.65%

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 42.65%
G = 31.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBAF8D (or 0xEBAF8D) is known color: Mandys Pink. HEX triplet: EB, AF and 8D. RGB value is (235,175,141). Sum of RGB (Red+Green+Blue) = 235+175+141=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF8D is #145072. Grayscale: #BDBDBD. Windows color (decimal): -1331315 or 9285611. OLE color: 9285611.

HSL color Cylindrical-coordinate representation of color #EBAF8D: hue angle of 21.7º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAF8D is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 141 -
CMYK 0 0.26 0.4 0.08
HSL 21.7º 0.7% 0.74% -
HSV(B) 21.7º 0.4% 0.92% -
XYZ 54.4 50.25 32.03 -
YUV 189.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 235 175 141 0 0.26 0.4 0.08 21.7 0.7 0.74
Hex EB AF 8D 0 1A 28 8 16 46 4A
Octal 353 257 215 0 32 50 10 26 106 112
Binary 11101011 10101111 10001101 0 11010 101000 1000 10110 1000110 1001010

Color Harmonies of #EBAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF8D

Black with #EBAF8D

Text Example


Text Example

White with #EBAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF8D; }

 p { color: rgb(235,175,141); }

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

background-color css

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

 a { background-color: rgb(235,175,141); }

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

border-color css

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

 span { border-color: rgb(235,175,141); }

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