#EFB08F

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

Shades of Mandys Pink #EFB08F

Tints of Mandys Pink #EFB08F

Color information

#EFB08F (or 0xEFB08F) is unknown color: approx Mandys Pink. HEX triplet: EF, B0 and 8F. RGB value is (239,176,143). Sum of RGB (Red+Green+Blue) = 239+176+143=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08F is #104F70. Grayscale: #BFBFBF. Windows color (decimal): -1068913 or 9416943. OLE color: 9416943.

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

Color convert

RGB239176143-
CMYK00.260.400.06
HSL20.63º75%74.9%-
HSV(B)20.63º40.17%93.73%-
XYZ56.0851.3832.95-
YUV191.08100.87162.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 143 (56.25% from 255) = 25.63%
R=42.83%
G=31.54%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917614300.260.400.0620.637574.9
HexEFB08F01A286154b4b
Octal35726021703250625113113
Binary1110111110110000100011110110101010001101010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB08F; }

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

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

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

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

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

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

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

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