#EECD7A

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

Shades of Marzipan #EECD7A

Tints of Marzipan #EECD7A

Color information

#EECD7A (or 0xEECD7A) is unknown color: approx Marzipan. HEX triplet: EE, CD and 7A. RGB value is (238,205,122). Sum of RGB (Red+Green+Blue) = 238+205+122=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD7A is #113285. Grayscale: #CDCDCD. Windows color (decimal): -1127046 or 8048110. OLE color: 8048110.

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

Color convert

RGB238205122-
CMYK00.140.490.07
HSL42.93º77.33%70.59%-
HSV(B)42.93º48.74%93.33%-
XYZ60.663.2427.43-
YUV205.480.93151.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=42.12%
G=36.28%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820512200.140.490.0742.9377.3370.59
HexEECD7A0E3172b4d47
Octal35631517201661753115107
Binary111011101100110111110100111011000111110101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD7A; }

 p { color: rgb(238,205,122); }

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

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

 a { background-color: rgb(238,205,122); }

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

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

 span { border-color: rgb(238,205,122); }

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