#EFBC90

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

Shades of Mandys Pink #EFBC90

Tints of Mandys Pink #EFBC90

Color information

#EFBC90 (or 0xEFBC90) is unknown color: approx Mandys Pink. HEX triplet: EF, BC and 90. RGB value is (239,188,144). Sum of RGB (Red+Green+Blue) = 239+188+144=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC90 is #10436F. Grayscale: #C6C6C6. Windows color (decimal): -1065840 or 9485551. OLE color: 9485551.

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

Color convert

RGB239188144-
CMYK00.210.400.06
HSL27.79º74.8%75.1%-
HSV(B)27.79º39.75%93.73%-
XYZ58.6156.3334.17-
YUV198.2397.4157.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=41.86%
G=32.92%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918814400.210.400.0627.7974.875.1
HexEFBC900152861c4b4b
Octal35727422002550634113113
Binary1110111110111100100100000101011010001101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC90; }

 p { color: rgb(239,188,144); }

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

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

 a { background-color: rgb(239,188,144); }

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

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

 span { border-color: rgb(239,188,144); }

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