Html Css Color HEX #EAC077 Marzipan

📋 copy color: '#EAC077'

red 234 ◦ green 192 ◦ blue 119

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

Shades of Marzipan #EAC077

Tints of Marzipan #EAC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.83%

R = 42.94%
G = 35.23%
B = 21.83%

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

#EAC077 (or 0xEAC077) is known color: Marzipan. HEX triplet: EA, C0 and 77. RGB value is (234,192,119). Sum of RGB (Red+Green+Blue) = 234+192+119=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC077 is #153F88. Grayscale: #C4C4C4. Windows color (decimal): -1392521 or 7848170. OLE color: 7848170.

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

Color convert

RGB 234 192 119 -
CMYK 0 0.18 0.49 0.08
HSL 38.09º 0.73% 0.69% -
HSV(B) 38.09º 0.49% 0.92% -
XYZ 56.11 56.52 25.41 -
YUV 196.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 234 192 119 0 0.18 0.49 0.08 38.09 0.73 0.69
Hex EA C0 77 0 12 31 8 26 49 45
Octal 352 300 167 0 22 61 10 46 111 105
Binary 11101010 11000000 1110111 0 10010 110001 1000 100110 1001001 1000101

Color Harmonies of #EAC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC077

Black with #EAC077

Text Example


Text Example

White with #EAC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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