#EFC280

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

Shades of Marzipan #EFC280

Tints of Marzipan #EFC280

Color information

#EFC280 (or 0xEFC280) is unknown color: approx Marzipan. HEX triplet: EF, C2 and 80. RGB value is (239,194,128). Sum of RGB (Red+Green+Blue) = 239+194+128=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC280 is #103D7F. Grayscale: #C8C8C8. Windows color (decimal): -1064320 or 8438511. OLE color: 8438511.

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

Color convert

RGB239194128-
CMYK00.190.460.06
HSL35.68º77.62%71.96%-
HSV(B)35.68º46.44%93.73%-
XYZ58.7858.4928.61-
YUV199.9387.41155.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=42.60%
G=34.58%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919412800.190.460.0635.6877.6271.96
HexEFC2800132E6244e48
Octal35730220002356644116110
Binary11101111110000101000000001001110111011010010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC280; }

 p { color: rgb(239,194,128); }

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

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

 a { background-color: rgb(239,194,128); }

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

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

 span { border-color: rgb(239,194,128); }

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