Html Css Color HEX #EACD78 Marzipan

📋 copy color: '#EACD78'

red 234 ◦ green 205 ◦ blue 120

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

Shades of Marzipan #EACD78

Tints of Marzipan #EACD78

RGB

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

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

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

R = 41.86%
G = 36.67%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EACD78 (or 0xEACD78) is known color: Marzipan. HEX triplet: EA, CD and 78. RGB value is (234,205,120). Sum of RGB (Red+Green+Blue) = 234+205+120=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD78 is #153287. Grayscale: #CCCCCC. Windows color (decimal): -1389192 or 7917034. OLE color: 7917034.

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

Color convert

RGB 234 205 120 -
CMYK 0 0.12 0.49 0.08
HSL 44.74º 0.73% 0.69% -
HSV(B) 44.74º 0.49% 0.92% -
XYZ 59.15 62.51 26.72 -
YUV 203.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 234 205 120 0 0.12 0.49 0.08 44.74 0.73 0.69
Hex EA CD 78 0 C 31 8 2D 49 45
Octal 352 315 170 0 14 61 10 55 111 105
Binary 11101010 11001101 1111000 0 1100 110001 1000 101101 1001001 1000101

Color Harmonies of #EACD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD78

Black with #EACD78

Text Example


Text Example

White with #EACD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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