#EDCF8A

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

Shades of Marzipan #EDCF8A

Tints of Marzipan #EDCF8A

Color information

#EDCF8A (or 0xEDCF8A) is unknown color: approx Marzipan. HEX triplet: ED, CF and 8A. RGB value is (237,207,138). Sum of RGB (Red+Green+Blue) = 237+207+138=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF8A is #123075. Grayscale: #D0D0D0. Windows color (decimal): -1192054 or 9097197. OLE color: 9097197.

HSL color Cylindrical-coordinate representation of color #EDCF8A: hue angle of 41.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDCF8A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237207138-
CMYK00.130.420.07
HSL41.82º73.33%73.53%-
HSV(B)41.82º41.77%92.94%-
XYZ61.8364.4733.23-
YUV208.188.44148.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=40.72%
G=35.57%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720713800.130.420.0741.8273.3373.53
HexEDCF8A0D2A72a494a
Octal35531721201552752111112
Binary1110110111001111100010100110110101011110101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF8A; }

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

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

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

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

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

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

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

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