Html Css Color HEX #EACD8C Marzipan

📋 copy color: '#EACD8C'

red 234 ◦ green 205 ◦ blue 140

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

Shades of Marzipan #EACD8C

Tints of Marzipan #EACD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 40.41%
G = 35.41%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EACD8C (or 0xEACD8C) is known color: Marzipan. HEX triplet: EA, CD and 8C. RGB value is (234,205,140). Sum of RGB (Red+Green+Blue) = 234+205+140=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD8C is #153273. Grayscale: #CECECE. Windows color (decimal): -1389172 or 9227754. OLE color: 9227754.

HSL color Cylindrical-coordinate representation of color #EACD8C: hue angle of 41.49º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACD8C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 140 -
CMYK 0 0.12 0.40 0.08
HSL 41.49º 0.69% 0.73% -
HSV(B) 41.49º 0.4% 0.92% -
XYZ 60.5 63.05 33.79 -
YUV 206.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 234 205 140 0 0.12 0.40 0.08 41.49 0.69 0.73
Hex EA CD 8C 0 C 28 8 29 45 49
Octal 352 315 214 0 14 50 10 51 105 111
Binary 11101010 11001101 10001100 0 1100 101000 1000 101001 1000101 1001001

Color Harmonies of #EACD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD8C

Black with #EACD8C

Text Example


Text Example

White with #EACD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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