#EDC278

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

Shades of Marzipan #EDC278

Tints of Marzipan #EDC278

Color information

#EDC278 (or 0xEDC278) is unknown color: approx Marzipan. HEX triplet: ED, C2 and 78. RGB value is (237,194,120). Sum of RGB (Red+Green+Blue) = 237+194+120=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC278 is #123D87. Grayscale: #C6C6C6. Windows color (decimal): -1195400 or 7914221. OLE color: 7914221.

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

Color convert

RGB237194120-
CMYK00.180.490.07
HSL37.95º76.47%70%-
HSV(B)37.95º49.37%92.94%-
XYZ57.6157.9425.92-
YUV198.4283.75155.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=43.01%
G=35.21%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719412000.180.490.0737.9576.4770
HexEDC278012317264c46
Octal35530217002261746114106
Binary1110110111000010111100001001011000111110011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC278; }

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

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

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

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

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

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

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

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