#EFCD82

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

Shades of Marzipan #EFCD82

Tints of Marzipan #EFCD82

Color information

#EFCD82 (or 0xEFCD82) is unknown color: approx Marzipan. HEX triplet: EF, CD and 82. RGB value is (239,205,130). Sum of RGB (Red+Green+Blue) = 239+205+130=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD82 is #10327D. Grayscale: #CECECE. Windows color (decimal): -1061502 or 8572399. OLE color: 8572399.

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

Color convert

RGB239205130-
CMYK00.140.460.06
HSL41.28º77.3%72.35%-
HSV(B)41.28º45.61%93.73%-
XYZ61.4663.6330.16-
YUV206.6284.76151.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=41.64%
G=35.71%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920513000.140.460.0641.2877.372.35
HexEFCD820E2E6294d48
Octal35731520201656651115110
Binary1110111111001101100000100111010111011010100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD82; }

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

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

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

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

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

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

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

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