#EFC474

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

Shades of Marzipan #EFC474

Tints of Marzipan #EFC474

Color information

#EFC474 (or 0xEFC474) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 74. RGB value is (239,196,116). Sum of RGB (Red+Green+Blue) = 239+196+116=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC474 is #103B8B. Grayscale: #C8C8C8. Windows color (decimal): -1063820 or 7652591. OLE color: 7652591.

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

Color convert

RGB239196116-
CMYK00.180.510.06
HSL39.02º79.35%69.61%-
HSV(B)39.02º51.46%93.73%-
XYZ58.4959.0924.85-
YUV199.7480.75156-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 116 (45.70% from 255) = 21.05%
R=43.38%
G=35.57%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919611600.180.510.0639.0279.3569.61
HexEFC474012336274f46
Octal35730416402263647117106
Binary1110111111000100111010001001011001111010011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC474; }

 p { color: rgb(239,196,116); }

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

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

 a { background-color: rgb(239,196,116); }

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

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

 span { border-color: rgb(239,196,116); }

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