#edcc83

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

Shades of Marzipan #EDCC83

Tints of Marzipan #EDCC83

Color information

#EDCC83 (or 0xEDCC83) is unknown color: approx Marzipan. HEX triplet: ED, CC and 83. RGB value is (237,204,131). Sum of RGB (Red+Green+Blue) = 237+204+131=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC83 is #12337C. Grayscale: #CDCDCD. Windows color (decimal): -1192829 or 8637677. OLE color: 8637677.

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

Color convert

RGB237204131-
CMYK00.140.450.07
HSL41.32º74.65%72.16%-
HSV(B)41.32º44.73%92.94%-
XYZ60.6162.8330.41-
YUV205.5485.93150.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=41.43%
G=35.66%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720413100.140.450.0741.3274.6572.16
HexEDCC830E2D7294b48
Octal35531420301655751113110
Binary1110110111001100100000110111010110111110100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edcc83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edcc83; }

 p { color: rgb(237,204,131); }

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

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

 a { background-color: rgb(237,204,131); }

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

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

 span { border-color: rgb(237,204,131); }

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