#EECF7E

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

Shades of Marzipan #EECF7E

Tints of Marzipan #EECF7E

Color information

#EECF7E (or 0xEECF7E) is unknown color: approx Marzipan. HEX triplet: EE, CF and 7E. RGB value is (238,207,126). Sum of RGB (Red+Green+Blue) = 238+207+126=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF7E is #113081. Grayscale: #CFCFCF. Windows color (decimal): -1126530 or 8310766. OLE color: 8310766.

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

Color convert

RGB238207126-
CMYK00.130.470.07
HSL43.39º76.71%71.37%-
HSV(B)43.39º47.06%93.33%-
XYZ61.3464.3128.92-
YUV207.0482.27150.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=41.68%
G=36.25%
B=22.07%

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
Decimal23820712600.130.470.0743.3976.7171.37
HexEECF7E0D2F72b4d47
Octal35631717601557753115107
Binary111011101100111111111100110110111111110101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECF7E; }

 p { color: rgb(238,207,126); }

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

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

 a { background-color: rgb(238,207,126); }

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

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

 span { border-color: rgb(238,207,126); }

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