Html Css Color HEX #EAC476 Marzipan

📋 copy color: '#EAC476'

red 234 ◦ green 196 ◦ blue 118

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

Shades of Marzipan #EAC476

Tints of Marzipan #EAC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 42.7%
G = 35.77%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC476 (or 0xEAC476) is known color: Marzipan. HEX triplet: EA, C4 and 76. RGB value is (234,196,118). Sum of RGB (Red+Green+Blue) = 234+196+118=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC476 is #153B89. Grayscale: #C6C6C6. Windows color (decimal): -1391498 or 7783658. OLE color: 7783658.

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

Color convert

RGB 234 196 118 -
CMYK 0 0.16 0.50 0.08
HSL 40.34º 0.73% 0.69% -
HSV(B) 40.34º 0.5% 0.92% -
XYZ 56.94 58.28 25.39 -
YUV 198.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 234 196 118 0 0.16 0.50 0.08 40.34 0.73 0.69
Hex EA C4 76 0 10 32 8 28 49 45
Octal 352 304 166 0 20 62 10 50 111 105
Binary 11101010 11000100 1110110 0 10000 110010 1000 101000 1001001 1000101

Color Harmonies of #EAC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC476

Black with #EAC476

Text Example


Text Example

White with #EAC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC476; }

 p { color: rgb(234,196,118); }

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

background-color css

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

 a { background-color: rgb(234,196,118); }

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

border-color css

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

 span { border-color: rgb(234,196,118); }

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