Html Css Color HEX #EBAF8F Mandys Pink

📋 copy color: '#EBAF8F'

red 235 ◦ green 175 ◦ blue 143

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

Shades of Mandys Pink #EBAF8F

Tints of Mandys Pink #EBAF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.86%

R = 42.5%
G = 31.65%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBAF8F (or 0xEBAF8F) is known color: Mandys Pink. HEX triplet: EB, AF and 8F. RGB value is (235,175,143). Sum of RGB (Red+Green+Blue) = 235+175+143=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF8F is #145070. Grayscale: #BDBDBD. Windows color (decimal): -1331313 or 9416683. OLE color: 9416683.

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

Color convert

RGB 235 175 143 -
CMYK 0 0.26 0.39 0.08
HSL 20.87º 0.7% 0.74% -
HSV(B) 20.87º 0.39% 0.92% -
XYZ 54.55 50.31 32.82 -
YUV 189.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 235 175 143 0 0.26 0.39 0.08 20.87 0.7 0.74
Hex EB AF 8F 0 1A 27 8 15 46 4A
Octal 353 257 217 0 32 47 10 25 106 112
Binary 11101011 10101111 10001111 0 11010 100111 1000 10101 1000110 1001010

Color Harmonies of #EBAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF8F

Black with #EBAF8F

Text Example


Text Example

White with #EBAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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