Html Css Color HEX #EFAE8E Mandys Pink

📋 copy color: '#EFAE8E'

red 239 ◦ green 174 ◦ blue 142

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

Shades of Mandys Pink #EFAE8E

Tints of Mandys Pink #EFAE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.59%

R = 43.06%
G = 31.35%
B = 25.59%

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

#EFAE8E (or 0xEFAE8E) is known color: Mandys Pink. HEX triplet: EF, AE and 8E. RGB value is (239,174,142). Sum of RGB (Red+Green+Blue) = 239+174+142=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE8E is #105171. Grayscale: #BDBDBD. Windows color (decimal): -1069426 or 9350895. OLE color: 9350895.

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

Color convert

RGB 239 174 142 -
CMYK 0 0.27 0.41 0.06
HSL 19.79º 0.75% 0.75% -
HSV(B) 19.79º 0.41% 0.94% -
XYZ 55.62 50.58 32.42 -
YUV 189.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 239 174 142 0 0.27 0.41 0.06 19.79 0.75 0.75
Hex EF AE 8E 0 1B 29 6 14 4B 4B
Octal 357 256 216 0 33 51 6 24 113 113
Binary 11101111 10101110 10001110 0 11011 101001 110 10100 1001011 1001011

Color Harmonies of #EFAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE8E

Black with #EFAE8E

Text Example


Text Example

White with #EFAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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