#EECA7F

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

Shades of Marzipan #EECA7F

Tints of Marzipan #EECA7F

Color information

#EECA7F (or 0xEECA7F) is unknown color: approx Marzipan. HEX triplet: EE, CA and 7F. RGB value is (238,202,127). Sum of RGB (Red+Green+Blue) = 238+202+127=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA7F is #113580. Grayscale: #CCCCCC. Windows color (decimal): -1127809 or 8375022. OLE color: 8375022.

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

Color convert

RGB238202127-
CMYK00.150.470.07
HSL40.54º76.55%71.57%-
HSV(B)40.54º46.64%93.33%-
XYZ60.2161.9528.86-
YUV204.2184.43152.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 127 (50% from 255) = 22.40%
R=41.98%
G=35.63%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820212700.150.470.0740.5476.5571.57
HexEECA7F0F2F7294d48
Octal35631217701757751115110
Binary111011101100101011111110111110111111110100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA7F; }

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

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

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

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

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

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

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

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