#EFCD81

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

Shades of Marzipan #EFCD81

Tints of Marzipan #EFCD81

Color information

#EFCD81 (or 0xEFCD81) is unknown color: approx Marzipan. HEX triplet: EF, CD and 81. RGB value is (239,205,129). Sum of RGB (Red+Green+Blue) = 239+205+129=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD81 is #10327E. Grayscale: #CECECE. Windows color (decimal): -1061503 or 8506863. OLE color: 8506863.

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

Color convert

RGB239205129-
CMYK00.140.460.06
HSL41.45º77.46%72.16%-
HSV(B)41.45º46.03%93.73%-
XYZ61.3963.629.81-
YUV206.584.26151.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 129 (50.78% from 255) = 22.51%
R=41.71%
G=35.78%
B=22.51%

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
Decimal23920512900.140.460.0641.4577.4672.16
HexEFCD810E2E6294d48
Octal35731520101656651115110
Binary1110111111001101100000010111010111011010100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD81; }

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

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

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

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

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

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

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

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