Html Css Color HEX #EAC884 Marzipan

📋 copy color: '#EAC884'

red 234 ◦ green 200 ◦ blue 132

#EAC884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #EAC884

Tints of Marzipan #EAC884

RGB

 RED value IS 234 (91.8% from 255) = 41.34%

 GREEN value IS 200 (78.52% from 255) = 35.34%

 BLUE value IS 132 (51.95% from 255) = 23.32%

R = 41.34%
G = 35.34%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAC884 (or 0xEAC884) is known color: Marzipan. HEX triplet: EA, C8 and 84. RGB value is (234,200,132). Sum of RGB (Red+Green+Blue) = 234+200+132=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC884 is #15377B. Grayscale: #CACACA. Windows color (decimal): -1390460 or 8702186. OLE color: 8702186.

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

Color convert

RGB 234 200 132 -
CMYK 0 0.15 0.44 0.08
HSL 40º 0.71% 0.72% -
HSV(B) 40º 0.44% 0.92% -
XYZ 58.75 60.47 30.4 -
YUV 202.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 234 200 132 0 0.15 0.44 0.08 40 0.71 0.72
Hex EA C8 84 0 F 2C 8 28 47 48
Octal 352 310 204 0 17 54 10 50 107 110
Binary 11101010 11001000 10000100 0 1111 101100 1000 101000 1000111 1001000

Color Harmonies of #EAC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC884

Black with #EAC884

Text Example


Text Example

White with #EAC884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC884; }

 p { color: rgb(234,200,132); }

 H1.HeaderClassName
 {
   color: #EAC884;
 }
 .AnyTagClassName
 {
   color: #EAC884;
 }
</style>

background-color css

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

 a { background-color: rgb(234,200,132); }

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

border-color css

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

 span { border-color: rgb(234,200,132); }

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