Html Css Color HEX #EAC477 Marzipan

📋 copy color: '#EAC477'

red 234 ◦ green 196 ◦ blue 119

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

Shades of Marzipan #EAC477

Tints of Marzipan #EAC477

RGB

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

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

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

R = 42.62%
G = 35.7%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC477 (or 0xEAC477) is known color: Marzipan. HEX triplet: EA, C4 and 77. RGB value is (234,196,119). Sum of RGB (Red+Green+Blue) = 234+196+119=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC477 is #153B88. Grayscale: #C6C6C6. Windows color (decimal): -1391497 or 7849194. OLE color: 7849194.

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

Color convert

RGB 234 196 119 -
CMYK 0 0.16 0.49 0.08
HSL 40.17º 0.73% 0.69% -
HSV(B) 40.17º 0.49% 0.92% -
XYZ 57 58.3 25.7 -
YUV 198.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 234 196 119 0 0.16 0.49 0.08 40.17 0.73 0.69
Hex EA C4 77 0 10 31 8 28 49 45
Octal 352 304 167 0 20 61 10 50 111 105
Binary 11101010 11000100 1110111 0 10000 110001 1000 101000 1001001 1000101

Color Harmonies of #EAC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC477

Black with #EAC477

Text Example


Text Example

White with #EAC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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