#EDD07A

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

Shades of Marzipan #EDD07A

Tints of Marzipan #EDD07A

Color information

#EDD07A (or 0xEDD07A) is unknown color: approx Marzipan. HEX triplet: ED, D0 and 7A. RGB value is (237,208,122). Sum of RGB (Red+Green+Blue) = 237+208+122=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD07A is #122F85. Grayscale: #CFCFCF. Windows color (decimal): -1191814 or 8048877. OLE color: 8048877.

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

Color convert

RGB237208122-
CMYK00.120.490.07
HSL44.87º76.16%70.39%-
HSV(B)44.87º48.52%92.94%-
XYZ60.9964.5227.65-
YUV206.8780.11149.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 122 (48.05% from 255) = 21.52%
R=41.80%
G=36.68%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720812200.120.490.0744.8776.1670.39
HexEDD07A0C3172d4c46
Octal35532017201461755114106
Binary111011011101000011110100110011000111110110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD07A; }

 p { color: rgb(237,208,122); }

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

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

 a { background-color: rgb(237,208,122); }

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

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

 span { border-color: rgb(237,208,122); }

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