#EFC674

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

Shades of Marzipan #EFC674

Tints of Marzipan #EFC674

Color information

#EFC674 (or 0xEFC674) is unknown color: approx Marzipan. HEX triplet: EF, C6 and 74. RGB value is (239,198,116). Sum of RGB (Red+Green+Blue) = 239+198+116=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC674 is #10398B. Grayscale: #C9C9C9. Windows color (decimal): -1063308 or 7653103. OLE color: 7653103.

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

Color convert

RGB239198116-
CMYK00.170.510.06
HSL40º79.35%69.61%-
HSV(B)40º51.46%93.73%-
XYZ58.946025-
YUV200.9180.08155.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 116 (45.70% from 255) = 20.98%
R=43.22%
G=35.80%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919811600.170.510.064079.3569.61
HexEFC674011336284f46
Octal35730616402163650117106
Binary1110111111000110111010001000111001111010100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC674; }

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

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

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

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

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

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

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

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