#EFB08E

Color #EFB08E Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EFB08E

Tints of Mandys Pink #EFB08E

Color information

#EFB08E (or 0xEFB08E) is unknown color: approx Mandys Pink. HEX triplet: EF, B0 and 8E. RGB value is (239,176,142). Sum of RGB (Red+Green+Blue) = 239+176+142=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08E is #104F71. Grayscale: #BFBFBF. Windows color (decimal): -1068914 or 9351407. OLE color: 9351407.

HSL color Cylindrical-coordinate representation of color #EFB08E: hue angle of 21.03º 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 #EFB08E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239176142-
CMYK00.260.410.06
HSL21.03º75.19%74.71%-
HSV(B)21.03º40.59%93.73%-
XYZ5651.3532.55-
YUV190.96100.37162.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=42.91%
G=31.60%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917614200.260.410.0621.0375.1974.71
HexEFB08E01A296154b4b
Octal35726021603251625113113
Binary1110111110110000100011100110101010011101010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB08E; }

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

 H1.HeaderClassName
 {
   color: #EFB08E;
 }
 .AnyTagClassName
 {
   color: #EFB08E;
 }
</style>
background-color css

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

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

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

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

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

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