#EDCD81

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

Shades of Marzipan #EDCD81

Tints of Marzipan #EDCD81

Color information

#EDCD81 (or 0xEDCD81) is unknown color: approx Marzipan. HEX triplet: ED, CD and 81. RGB value is (237,205,129). Sum of RGB (Red+Green+Blue) = 237+205+129=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD81 is #12327E. Grayscale: #CECECE. Windows color (decimal): -1192575 or 8506861. OLE color: 8506861.

HSL color Cylindrical-coordinate representation of color #EDCD81: hue angle of 42.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDCD81 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237205129-
CMYK00.140.460.07
HSL42.22º75%71.76%-
HSV(B)42.22º45.57%92.94%-
XYZ60.7263.2529.78-
YUV205.984.6150.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=41.51%
G=35.90%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720512900.140.460.0742.227571.76
HexEDCD810E2E72a4b48
Octal35531520101656752113110
Binary1110110111001101100000010111010111011110101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD81; }

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

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

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

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

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

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

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

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