Html Css Color HEX #EFAF8F Mandys Pink

📋 copy color: '#EFAF8F'

red 239 ◦ green 175 ◦ blue 143

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

Shades of Mandys Pink #EFAF8F

Tints of Mandys Pink #EFAF8F

RGB

 RED value IS 239 (93.75% from 255) = 42.91%

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

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

R = 42.91%
G = 31.42%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFAF8F (or 0xEFAF8F) is known color: Mandys Pink. HEX triplet: EF, AF and 8F. RGB value is (239,175,143). Sum of RGB (Red+Green+Blue) = 239+175+143=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF8F is #105070. Grayscale: #BEBEBE. Windows color (decimal): -1069169 or 9416687. OLE color: 9416687.

HSL color Cylindrical-coordinate representation of color #EFAF8F: hue angle of 20º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFAF8F is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 143 -
CMYK 0 0.27 0.40 0.06
HSL 20º 0.75% 0.75% -
HSV(B) 20º 0.4% 0.94% -
XYZ 55.88 50.99 32.88 -
YUV 190.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 239 175 143 0 0.27 0.40 0.06 20 0.75 0.75
Hex EF AF 8F 0 1B 28 6 14 4B 4B
Octal 357 257 217 0 33 50 6 24 113 113
Binary 11101111 10101111 10001111 0 11011 101000 110 10100 1001011 1001011

Color Harmonies of #EFAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF8F

Black with #EFAF8F

Text Example


Text Example

White with #EFAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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