#EFC67D

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

Shades of Marzipan #EFC67D

Tints of Marzipan #EFC67D

Color information

#EFC67D (or 0xEFC67D) is unknown color: approx Marzipan. HEX triplet: EF, C6 and 7D. RGB value is (239,198,125). Sum of RGB (Red+Green+Blue) = 239+198+125=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67D is #103982. Grayscale: #CACACA. Windows color (decimal): -1063299 or 8242927. OLE color: 8242927.

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

Color convert

RGB239198125-
CMYK00.170.480.06
HSL38.42º78.08%71.37%-
HSV(B)38.42º47.7%93.73%-
XYZ59.4960.2227.89-
YUV201.9484.58154.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=42.53%
G=35.23%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919812500.170.480.0638.4278.0871.37
HexEFC67D011306264e47
Octal35730617502160646116107
Binary1110111111000110111110101000111000011010011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC67D; }

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

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

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

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

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

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

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

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