Html Css Color HEX #EFAE8C Mandys Pink

📋 copy color: '#EFAE8C'

red 239 ◦ green 174 ◦ blue 140

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

Shades of Mandys Pink #EFAE8C

Tints of Mandys Pink #EFAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

 BLUE value IS 140 (55.08% from 255) = 25.32%

R = 43.22%
G = 31.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFAE8C (or 0xEFAE8C) is known color: Mandys Pink. HEX triplet: EF, AE and 8C. RGB value is (239,174,140). Sum of RGB (Red+Green+Blue) = 239+174+140=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE8C is #105173. Grayscale: #BDBDBD. Windows color (decimal): -1069428 or 9219823. OLE color: 9219823.

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

Color convert

RGB 239 174 140 -
CMYK 0 0.27 0.41 0.06
HSL 20.61º 0.76% 0.74% -
HSV(B) 20.61º 0.41% 0.94% -
XYZ 55.47 50.52 31.64 -
YUV 189.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 239 174 140 0 0.27 0.41 0.06 20.61 0.76 0.74
Hex EF AE 8C 0 1B 29 6 15 4C 4A
Octal 357 256 214 0 33 51 6 25 114 112
Binary 11101111 10101110 10001100 0 11011 101001 110 10101 1001100 1001010

Color Harmonies of #EFAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE8C

Black with #EFAE8C

Text Example


Text Example

White with #EFAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE8C; }

 p { color: rgb(239,174,140); }

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

background-color css

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

 a { background-color: rgb(239,174,140); }

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

border-color css

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

 span { border-color: rgb(239,174,140); }

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