#EFCD78

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

Shades of Marzipan #EFCD78

Tints of Marzipan #EFCD78

Color information

#EFCD78 (or 0xEFCD78) is unknown color: approx Marzipan. HEX triplet: EF, CD and 78. RGB value is (239,205,120). Sum of RGB (Red+Green+Blue) = 239+205+120=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD78 is #103287. Grayscale: #CDCDCD. Windows color (decimal): -1061512 or 7917039. OLE color: 7917039.

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

Color convert

RGB239205120-
CMYK00.140.500.06
HSL42.86º78.81%70.39%-
HSV(B)42.86º49.79%93.73%-
XYZ60.8263.3726.8-
YUV205.4879.76151.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 120 (47.27% from 255) = 21.28%
R=42.38%
G=36.35%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920512000.140.500.0642.8678.8170.39
HexEFCD780E3262b4f46
Octal35731517001662653117106
Binary111011111100110111110000111011001011010101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD78; }

 p { color: rgb(239,205,120); }

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

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

 a { background-color: rgb(239,205,120); }

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

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

 span { border-color: rgb(239,205,120); }

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