#EDCF81

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

Shades of Marzipan #EDCF81

Tints of Marzipan #EDCF81

Color information

#EDCF81 (or 0xEDCF81) is unknown color: approx Marzipan. HEX triplet: ED, CF and 81. RGB value is (237,207,129). Sum of RGB (Red+Green+Blue) = 237+207+129=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF81 is #12307E. Grayscale: #CFCFCF. Windows color (decimal): -1192063 or 8507373. OLE color: 8507373.

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

Color convert

RGB237207129-
CMYK00.130.460.07
HSL43.33º75%71.76%-
HSV(B)43.33º45.57%92.94%-
XYZ61.264.2229.94-
YUV207.0883.94149.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 129 (50.78% from 255) = 22.51%
R=41.36%
G=36.13%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720712900.130.460.0743.337571.76
HexEDCF810D2E72b4b48
Octal35531720101556753113110
Binary1110110111001111100000010110110111011110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF81; }

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

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

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

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

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

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

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

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