#EAC483

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

Shades of Marzipan #EAC483

Tints of Marzipan #EAC483

Color information

#EAC483 (or 0xEAC483) is unknown color: approx Marzipan. HEX triplet: EA, C4 and 83. RGB value is (234,196,131). Sum of RGB (Red+Green+Blue) = 234+196+131=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC483 is #153B7C. Grayscale: #C8C8C8. Windows color (decimal): -1391485 or 8635626. OLE color: 8635626.

HSL color Cylindrical-coordinate representation of color #EAC483: hue angle of 37.86º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC483 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234196131-
CMYK00.160.440.08
HSL37.86º71.03%71.57%-
HSV(B)37.86º44.02%91.76%-
XYZ57.7758.6129.74-
YUV199.9589.09152.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=41.71%
G=34.94%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419613100.160.440.0837.8671.0371.57
HexEAC4830102C8264748
Octal352304203020541046107110
Binary111010101100010010000011010000101100100010011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC483; }

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

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

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

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

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

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

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

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