#EED07F

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

Shades of Marzipan #EED07F

Tints of Marzipan #EED07F

Color information

#EED07F (or 0xEED07F) is unknown color: approx Marzipan. HEX triplet: EE, D0 and 7F. RGB value is (238,208,127). Sum of RGB (Red+Green+Blue) = 238+208+127=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED07F is #112F80. Grayscale: #D0D0D0. Windows color (decimal): -1126273 or 8376558. OLE color: 8376558.

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

Color convert

RGB238208127-
CMYK00.130.470.07
HSL43.78º76.55%71.57%-
HSV(B)43.78º46.64%93.33%-
XYZ61.6564.8229.34-
YUV207.7482.44149.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 127 (50% from 255) = 22.16%
R=41.54%
G=36.30%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820812700.130.470.0743.7876.5571.57
HexEED07F0D2F72c4d48
Octal35632017701557754115110
Binary111011101101000011111110110110111111110110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED07F; }

 p { color: rgb(238,208,127); }

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

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

 a { background-color: rgb(238,208,127); }

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

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

 span { border-color: rgb(238,208,127); }

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