#EFCA86

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

Shades of Marzipan #EFCA86

Tints of Marzipan #EFCA86

Color information

#EFCA86 (or 0xEFCA86) is unknown color: approx Marzipan. HEX triplet: EF, CA and 86. RGB value is (239,202,134). Sum of RGB (Red+Green+Blue) = 239+202+134=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA86 is #103579. Grayscale: #CDCDCD. Windows color (decimal): -1062266 or 8833775. OLE color: 8833775.

HSL color Cylindrical-coordinate representation of color #EFCA86: hue angle of 38.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFCA86 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239202134-
CMYK00.150.440.06
HSL38.86º76.64%73.14%-
HSV(B)38.86º43.93%93.73%-
XYZ61.0262.3131.37-
YUV205.3187.76152.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=41.57%
G=35.13%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920213400.150.440.0638.8676.6473.14
HexEFCA860F2C6274d49
Octal35731220601754647115111
Binary1110111111001010100001100111110110011010011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA86; }

 p { color: rgb(239,202,134); }

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

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

 a { background-color: rgb(239,202,134); }

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

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

 span { border-color: rgb(239,202,134); }

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