Html Css Color HEX #EAC078 Marzipan

📋 copy color: '#EAC078'

red 234 ◦ green 192 ◦ blue 120

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

Shades of Marzipan #EAC078

Tints of Marzipan #EAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 42.86%
G = 35.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC078 (or 0xEAC078) is known color: Marzipan. HEX triplet: EA, C0 and 78. RGB value is (234,192,120). Sum of RGB (Red+Green+Blue) = 234+192+120=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC078 is #153F87. Grayscale: #C4C4C4. Windows color (decimal): -1392520 or 7913706. OLE color: 7913706.

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

Color convert

RGB 234 192 120 -
CMYK 0 0.18 0.49 0.08
HSL 37.89º 0.73% 0.69% -
HSV(B) 37.89º 0.49% 0.92% -
XYZ 56.17 56.55 25.72 -
YUV 196.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 234 192 120 0 0.18 0.49 0.08 37.89 0.73 0.69
Hex EA C0 78 0 12 31 8 26 49 45
Octal 352 300 170 0 22 61 10 46 111 105
Binary 11101010 11000000 1111000 0 10010 110001 1000 100110 1001001 1000101

Color Harmonies of #EAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC078

Black with #EAC078

Text Example


Text Example

White with #EAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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