Html Css Color HEX #EAC376 Marzipan

📋 copy color: '#EAC376'

red 234 ◦ green 195 ◦ blue 118

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

Shades of Marzipan #EAC376

Tints of Marzipan #EAC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

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

R = 42.78%
G = 35.65%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC376 (or 0xEAC376) is known color: Marzipan. HEX triplet: EA, C3 and 76. RGB value is (234,195,118). Sum of RGB (Red+Green+Blue) = 234+195+118=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC376 is #153C89. Grayscale: #C6C6C6. Windows color (decimal): -1391754 or 7783402. OLE color: 7783402.

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

Color convert

RGB 234 195 118 -
CMYK 0 0.17 0.50 0.08
HSL 39.83º 0.73% 0.69% -
HSV(B) 39.83º 0.5% 0.92% -
XYZ 56.72 57.83 25.31 -
YUV 197.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 234 195 118 0 0.17 0.50 0.08 39.83 0.73 0.69
Hex EA C3 76 0 11 32 8 28 49 45
Octal 352 303 166 0 21 62 10 50 111 105
Binary 11101010 11000011 1110110 0 10001 110010 1000 101000 1001001 1000101

Color Harmonies of #EAC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC376

Black with #EAC376

Text Example


Text Example

White with #EAC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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