#EFC975

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

Shades of Marzipan #EFC975

Tints of Marzipan #EFC975

Color information

#EFC975 (or 0xEFC975) is unknown color: approx Marzipan. HEX triplet: EF, C9 and 75. RGB value is (239,201,117). Sum of RGB (Red+Green+Blue) = 239+201+117=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC975 is #10368A. Grayscale: #CBCBCB. Windows color (decimal): -1062539 or 7719407. OLE color: 7719407.

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

Color convert

RGB239201117-
CMYK00.160.510.06
HSL41.31º79.22%69.8%-
HSV(B)41.31º51.05%93.73%-
XYZ59.6961.4125.54-
YUV202.7979.59153.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=42.91%
G=36.09%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920111700.160.510.0641.3179.2269.8
HexEFC975010336294f46
Octal35731116502063651117106
Binary1110111111001001111010101000011001111010100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC975; }

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

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

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

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

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

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

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

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