#EDC274

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

Shades of Marzipan #EDC274

Tints of Marzipan #EDC274

Color information

#EDC274 (or 0xEDC274) is unknown color: approx Marzipan. HEX triplet: ED, C2 and 74. RGB value is (237,194,116). Sum of RGB (Red+Green+Blue) = 237+194+116=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC274 is #123D8B. Grayscale: #C6C6C6. Windows color (decimal): -1195404 or 7652077. OLE color: 7652077.

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

Color convert

RGB237194116-
CMYK00.180.510.07
HSL38.68º77.07%69.22%-
HSV(B)38.68º51.05%92.94%-
XYZ57.3757.8524.67-
YUV197.9681.75155.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=43.33%
G=35.47%
B=21.21%

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
Decimal23719411600.180.510.0738.6877.0769.22
HexEDC274012337274d45
Octal35530216402263747115105
Binary1110110111000010111010001001011001111110011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC274; }

 p { color: rgb(237,194,116); }

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

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

 a { background-color: rgb(237,194,116); }

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

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

 span { border-color: rgb(237,194,116); }

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