#EFC988

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

Shades of Marzipan #EFC988

Tints of Marzipan #EFC988

Color information

#EFC988 (or 0xEFC988) is unknown color: approx Marzipan. HEX triplet: EF, C9 and 88. RGB value is (239,201,136). Sum of RGB (Red+Green+Blue) = 239+201+136=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC988 is #103677. Grayscale: #CDCDCD. Windows color (decimal): -1062520 or 8964591. OLE color: 8964591.

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

Color convert

RGB239201136-
CMYK00.160.430.06
HSL37.86º76.3%73.53%-
HSV(B)37.86º43.1%93.73%-
XYZ60.9361.932.03-
YUV204.9589.09152.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=41.49%
G=34.90%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920113600.160.430.0637.8676.373.53
HexEFC9880102B6264c4a
Octal35731121002053646114112
Binary11101111110010011000100001000010101111010011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC988; }

 p { color: rgb(239,201,136); }

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

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

 a { background-color: rgb(239,201,136); }

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

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

 span { border-color: rgb(239,201,136); }

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