#EECD77

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

Shades of Marzipan #EECD77

Tints of Marzipan #EECD77

Color information

#EECD77 (or 0xEECD77) is unknown color: approx Marzipan. HEX triplet: EE, CD and 77. RGB value is (238,205,119). Sum of RGB (Red+Green+Blue) = 238+205+119=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD77 is #113288. Grayscale: #CDCDCD. Windows color (decimal): -1127049 or 7851502. OLE color: 7851502.

HSL color Cylindrical-coordinate representation of color #EECD77: hue angle of 43.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EECD77 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238205119-
CMYK00.140.500.07
HSL43.36º77.78%70%-
HSV(B)43.36º50%93.33%-
XYZ60.4263.1726.46-
YUV205.0679.43151.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 119 (46.88% from 255) = 21.17%
R=42.35%
G=36.48%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820511900.140.500.0743.3677.7870
HexEECD770E3272b4e46
Octal35631516701662753116106
Binary111011101100110111101110111011001011110101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD77; }

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

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

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

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

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

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

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

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