Html Css Color HEX #EAC878 Marzipan

📋 copy color: '#EAC878'

red 234 ◦ green 200 ◦ blue 120

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

Shades of Marzipan #EAC878

Tints of Marzipan #EAC878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.66%

R = 42.24%
G = 36.1%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC878 (or 0xEAC878) is known color: Marzipan. HEX triplet: EA, C8 and 78. RGB value is (234,200,120). Sum of RGB (Red+Green+Blue) = 234+200+120=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC878 is #153787. Grayscale: #C9C9C9. Windows color (decimal): -1390472 or 7915754. OLE color: 7915754.

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

Color convert

RGB 234 200 120 -
CMYK 0 0.15 0.49 0.08
HSL 42.11º 0.73% 0.69% -
HSV(B) 42.11º 0.49% 0.92% -
XYZ 57.98 60.16 26.33 -
YUV 201.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 234 200 120 0 0.15 0.49 0.08 42.11 0.73 0.69
Hex EA C8 78 0 F 31 8 2A 49 45
Octal 352 310 170 0 17 61 10 52 111 105
Binary 11101010 11001000 1111000 0 1111 110001 1000 101010 1001001 1000101

Color Harmonies of #EAC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC878

Black with #EAC878

Text Example


Text Example

White with #EAC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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