#EECB7B

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

Shades of Marzipan #EECB7B

Tints of Marzipan #EECB7B

Color information

#EECB7B (or 0xEECB7B) is unknown color: approx Marzipan. HEX triplet: EE, CB and 7B. RGB value is (238,203,123). Sum of RGB (Red+Green+Blue) = 238+203+123=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB7B is #113484. Grayscale: #CCCCCC. Windows color (decimal): -1127557 or 8113134. OLE color: 8113134.

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

Color convert

RGB238203123-
CMYK00.150.480.07
HSL41.74º77.18%70.78%-
HSV(B)41.74º48.32%93.33%-
XYZ60.1962.3227.6-
YUV204.3482.1152-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 123 (48.44% from 255) = 21.81%
R=42.20%
G=35.99%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820312300.150.480.0741.7477.1870.78
HexEECB7B0F3072a4d47
Octal35631317301760752115107
Binary111011101100101111110110111111000011110101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB7B; }

 p { color: rgb(238,203,123); }

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

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

 a { background-color: rgb(238,203,123); }

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

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

 span { border-color: rgb(238,203,123); }

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