#EECD81

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

Shades of Marzipan #EECD81

Tints of Marzipan #EECD81

Color information

#EECD81 (or 0xEECD81) is unknown color: approx Marzipan. HEX triplet: EE, CD and 81. RGB value is (238,205,129). Sum of RGB (Red+Green+Blue) = 238+205+129=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD81 is #11327E. Grayscale: #CECECE. Windows color (decimal): -1127039 or 8506862. OLE color: 8506862.

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

Color convert

RGB238205129-
CMYK00.140.460.07
HSL41.83º76.22%71.96%-
HSV(B)41.83º45.8%93.33%-
XYZ61.0563.4229.79-
YUV206.284.43150.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=41.61%
G=35.84%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820512900.140.460.0741.8376.2271.96
HexEECD810E2E72a4c48
Octal35631520101656752114110
Binary1110111011001101100000010111010111011110101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD81; }

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

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

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

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

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

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

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

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