Html Css Color HEX #EACD87 Marzipan

📋 copy color: '#EACD87'

red 234 ◦ green 205 ◦ blue 135

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

Shades of Marzipan #EACD87

Tints of Marzipan #EACD87

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

 BLUE value IS 135 (53.13% from 255) = 23.52%

R = 40.77%
G = 35.71%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EACD87 (or 0xEACD87) is known color: Marzipan. HEX triplet: EA, CD and 87. RGB value is (234,205,135). Sum of RGB (Red+Green+Blue) = 234+205+135=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD87 is #153278. Grayscale: #CDCDCD. Windows color (decimal): -1389177 or 8900074. OLE color: 8900074.

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

Color convert

RGB 234 205 135 -
CMYK 0 0.12 0.42 0.08
HSL 42.42º 0.7% 0.72% -
HSV(B) 42.42º 0.42% 0.92% -
XYZ 60.14 62.9 31.89 -
YUV 205.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 234 205 135 0 0.12 0.42 0.08 42.42 0.7 0.72
Hex EA CD 87 0 C 2A 8 2A 46 48
Octal 352 315 207 0 14 52 10 52 106 110
Binary 11101010 11001101 10000111 0 1100 101010 1000 101010 1000110 1001000

Color Harmonies of #EACD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD87

Black with #EACD87

Text Example


Text Example

White with #EACD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD87; }

 p { color: rgb(234,205,135); }

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

background-color css

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

 a { background-color: rgb(234,205,135); }

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

border-color css

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

 span { border-color: rgb(234,205,135); }

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