#EDC381

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

Shades of Marzipan #EDC381

Tints of Marzipan #EDC381

Color information

#EDC381 (or 0xEDC381) is unknown color: approx Marzipan. HEX triplet: ED, C3 and 81. RGB value is (237,195,129). Sum of RGB (Red+Green+Blue) = 237+195+129=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC381 is #123C7E. Grayscale: #C8C8C8. Windows color (decimal): -1195135 or 8504301. OLE color: 8504301.

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

Color convert

RGB237195129-
CMYK00.180.460.07
HSL36.67º75%71.76%-
HSV(B)36.67º45.57%92.94%-
XYZ58.458.6229.01-
YUV200.0387.91154.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=42.25%
G=34.76%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719512900.180.460.0736.677571.76
HexEDC3810122E7254b48
Octal35530320102256745113110
Binary11101101110000111000000101001010111011110010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC381; }

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

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

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

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

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

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

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

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