#EAC683

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

Shades of Marzipan #EAC683

Tints of Marzipan #EAC683

Color information

#EAC683 (or 0xEAC683) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 83. RGB value is (234,198,131). Sum of RGB (Red+Green+Blue) = 234+198+131=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC683 is #15397C. Grayscale: #C9C9C9. Windows color (decimal): -1390973 or 8636138. OLE color: 8636138.

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

Color convert

RGB234198131-
CMYK00.150.440.08
HSL39.03º71.03%71.57%-
HSV(B)39.03º44.02%91.76%-
XYZ58.2259.5229.89-
YUV201.1388.43151.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 131 (51.56% from 255) = 23.27%
R=41.56%
G=35.17%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419813100.150.440.0839.0371.0371.57
HexEAC6830F2C8274748
Octal352306203017541047107110
Binary11101010110001101000001101111101100100010011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC683; }

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

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

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

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

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

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

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

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