#EFCA82

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

Shades of Marzipan #EFCA82

Tints of Marzipan #EFCA82

Color information

#EFCA82 (or 0xEFCA82) is unknown color: approx Marzipan. HEX triplet: EF, CA and 82. RGB value is (239,202,130). Sum of RGB (Red+Green+Blue) = 239+202+130=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA82 is #10357D. Grayscale: #CDCDCD. Windows color (decimal): -1062270 or 8571631. OLE color: 8571631.

HSL color Cylindrical-coordinate representation of color #EFCA82: hue angle of 39.63º degrees, saturation: 0.77, 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 #EFCA82 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239202130-
CMYK00.150.460.06
HSL39.63º77.3%72.35%-
HSV(B)39.63º45.61%93.73%-
XYZ60.7562.229.92-
YUV204.8685.76152.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=41.86%
G=35.38%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920213000.150.460.0639.6377.372.35
HexEFCA820F2E6284d48
Octal35731220201756650115110
Binary1110111111001010100000100111110111011010100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA82; }

 p { color: rgb(239,202,130); }

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

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

 a { background-color: rgb(239,202,130); }

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

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

 span { border-color: rgb(239,202,130); }

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