Html Css Color HEX #EAC776 Marzipan

📋 copy color: '#EAC776'

red 234 ◦ green 199 ◦ blue 118

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

Shades of Marzipan #EAC776

Tints of Marzipan #EAC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

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

R = 42.47%
G = 36.12%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC776 (or 0xEAC776) is known color: Marzipan. HEX triplet: EA, C7 and 76. RGB value is (234,199,118). Sum of RGB (Red+Green+Blue) = 234+199+118=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC776 is #153889. Grayscale: #C8C8C8. Windows color (decimal): -1390730 or 7784426. OLE color: 7784426.

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

Color convert

RGB 234 199 118 -
CMYK 0 0.15 0.50 0.08
HSL 41.9º 0.73% 0.69% -
HSV(B) 41.9º 0.5% 0.92% -
XYZ 57.63 59.65 25.62 -
YUV 200.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 234 199 118 0 0.15 0.50 0.08 41.9 0.73 0.69
Hex EA C7 76 0 F 32 8 2A 49 45
Octal 352 307 166 0 17 62 10 52 111 105
Binary 11101010 11000111 1110110 0 1111 110010 1000 101010 1001001 1000101

Color Harmonies of #EAC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC776

Black with #EAC776

Text Example


Text Example

White with #EAC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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