#EEC483

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

Shades of Marzipan #EEC483

Tints of Marzipan #EEC483

Color information

#EEC483 (or 0xEEC483) is unknown color: approx Marzipan. HEX triplet: EE, C4 and 83. RGB value is (238,196,131). Sum of RGB (Red+Green+Blue) = 238+196+131=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC483 is #113B7C. Grayscale: #C9C9C9. Windows color (decimal): -1129341 or 8635630. OLE color: 8635630.

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

Color convert

RGB238196131-
CMYK00.180.450.07
HSL36.45º75.89%72.35%-
HSV(B)36.45º44.96%93.33%-
XYZ59.159.329.8-
YUV201.1588.41154.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 131 (51.56% from 255) = 23.19%
R=42.12%
G=34.69%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819613100.180.450.0736.4575.8972.35
HexEEC4830122D7244c48
Octal35630420302255744114110
Binary11101110110001001000001101001010110111110010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC483; }

 p { color: rgb(238,196,131); }

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

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

 a { background-color: rgb(238,196,131); }

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

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

 span { border-color: rgb(238,196,131); }

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