#EFC484

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

Shades of Marzipan #EFC484

Tints of Marzipan #EFC484

Color information

#EFC484 (or 0xEFC484) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 84. RGB value is (239,196,132). Sum of RGB (Red+Green+Blue) = 239+196+132=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC484 is #103B7B. Grayscale: #C9C9C9. Windows color (decimal): -1063804 or 8701167. OLE color: 8701167.

HSL color Cylindrical-coordinate representation of color #EFC484: hue angle of 35.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC484 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239196132-
CMYK00.180.450.06
HSL35.89º76.98%72.75%-
HSV(B)35.89º44.77%93.73%-
XYZ59.559.530.18-
YUV201.5688.75154.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=42.15%
G=34.57%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919613200.180.450.0635.8976.9872.75
HexEFC4840122D6244d49
Octal35730420402255644115111
Binary11101111110001001000010001001010110111010010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC484; }

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

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

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

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

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

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

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

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