#EDC375

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

Shades of Marzipan #EDC375

Tints of Marzipan #EDC375

Color information

#EDC375 (or 0xEDC375) is unknown color: approx Marzipan. HEX triplet: ED, C3 and 75. RGB value is (237,195,117). Sum of RGB (Red+Green+Blue) = 237+195+117=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC375 is #123C8A. Grayscale: #C7C7C7. Windows color (decimal): -1195147 or 7717869. OLE color: 7717869.

HSL color Cylindrical-coordinate representation of color #EDC375: hue angle of 39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC375 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237195117-
CMYK00.180.510.07
HSL39º76.92%69.41%-
HSV(B)39º50.63%92.94%-
XYZ57.6558.3225.05-
YUV198.6781.91155.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=43.17%
G=35.52%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719511700.180.510.073976.9269.41
HexEDC375012337274d45
Octal35530316502263747115105
Binary1110110111000011111010101001011001111110011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC375; }

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

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

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

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

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

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

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

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