#EFCF7A

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

Shades of Marzipan #EFCF7A

Tints of Marzipan #EFCF7A

Color information

#EFCF7A (or 0xEFCF7A) is unknown color: approx Marzipan. HEX triplet: EF, CF and 7A. RGB value is (239,207,122). Sum of RGB (Red+Green+Blue) = 239+207+122=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF7A is #103085. Grayscale: #CFCFCF. Windows color (decimal): -1060998 or 8048623. OLE color: 8048623.

HSL color Cylindrical-coordinate representation of color #EFCF7A: hue angle of 43.59º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFCF7A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239207122-
CMYK00.130.490.06
HSL43.59º78.52%70.78%-
HSV(B)43.59º48.95%93.73%-
XYZ61.4264.3827.6-
YUV206.8880.1150.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 122 (48.05% from 255) = 21.48%
R=42.08%
G=36.44%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920712200.130.490.0643.5978.5270.78
HexEFCF7A0D3162c4f47
Octal35731717201561654117107
Binary111011111100111111110100110111000111010110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF7A; }

 p { color: rgb(239,207,122); }

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

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

 a { background-color: rgb(239,207,122); }

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

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

 span { border-color: rgb(239,207,122); }

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