Html Css Color HEX #EAC178 Marzipan

📋 copy color: '#EAC178'

red 234 ◦ green 193 ◦ blue 120

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

Shades of Marzipan #EAC178

Tints of Marzipan #EAC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

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

R = 42.78%
G = 35.28%
B = 21.94%

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

#EAC178 (or 0xEAC178) is known color: Marzipan. HEX triplet: EA, C1 and 78. RGB value is (234,193,120). Sum of RGB (Red+Green+Blue) = 234+193+120=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC178 is #153E87. Grayscale: #C5C5C5. Windows color (decimal): -1392264 or 7913962. OLE color: 7913962.

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

Color convert

RGB 234 193 120 -
CMYK 0 0.18 0.49 0.08
HSL 38.42º 0.73% 0.69% -
HSV(B) 38.42º 0.49% 0.92% -
XYZ 56.39 56.99 25.8 -
YUV 196.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 234 193 120 0 0.18 0.49 0.08 38.42 0.73 0.69
Hex EA C1 78 0 12 31 8 26 49 45
Octal 352 301 170 0 22 61 10 46 111 105
Binary 11101010 11000001 1111000 0 10010 110001 1000 100110 1001001 1000101

Color Harmonies of #EAC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC178

Black with #EAC178

Text Example


Text Example

White with #EAC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC178; }

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

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

background-color css

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

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

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

border-color css

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

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

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