Html Css Color HEX #EAC076 Marzipan

📋 copy color: '#EAC076'

red 234 ◦ green 192 ◦ blue 118

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

Shades of Marzipan #EAC076

Tints of Marzipan #EAC076

RGB

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

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

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

R = 43.01%
G = 35.29%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC076 (or 0xEAC076) is known color: Marzipan. HEX triplet: EA, C0 and 76. RGB value is (234,192,118). Sum of RGB (Red+Green+Blue) = 234+192+118=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC076 is #153F89. Grayscale: #C4C4C4. Windows color (decimal): -1392522 or 7782634. OLE color: 7782634.

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

Color convert

RGB 234 192 118 -
CMYK 0 0.18 0.50 0.08
HSL 38.28º 0.73% 0.69% -
HSV(B) 38.28º 0.5% 0.92% -
XYZ 56.05 56.5 25.09 -
YUV 196.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 234 192 118 0 0.18 0.50 0.08 38.28 0.73 0.69
Hex EA C0 76 0 12 32 8 26 49 45
Octal 352 300 166 0 22 62 10 46 111 105
Binary 11101010 11000000 1110110 0 10010 110010 1000 100110 1001001 1000101

Color Harmonies of #EAC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC076

Black with #EAC076

Text Example


Text Example

White with #EAC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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