Html Css Color HEX #EAC977 Marzipan

📋 copy color: '#EAC977'

red 234 ◦ green 201 ◦ blue 119

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

Shades of Marzipan #EAC977

Tints of Marzipan #EAC977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

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

R = 42.24%
G = 36.28%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC977 (or 0xEAC977) is known color: Marzipan. HEX triplet: EA, C9 and 77. RGB value is (234,201,119). Sum of RGB (Red+Green+Blue) = 234+201+119=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC977 is #153688. Grayscale: #C9C9C9. Windows color (decimal): -1390217 or 7850474. OLE color: 7850474.

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

Color convert

RGB 234 201 119 -
CMYK 0 0.14 0.49 0.08
HSL 42.78º 0.73% 0.69% -
HSV(B) 42.78º 0.49% 0.92% -
XYZ 58.15 60.6 26.08 -
YUV 201.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 234 201 119 0 0.14 0.49 0.08 42.78 0.73 0.69
Hex EA C9 77 0 E 31 8 2B 49 45
Octal 352 311 167 0 16 61 10 53 111 105
Binary 11101010 11001001 1110111 0 1110 110001 1000 101011 1001001 1000101

Color Harmonies of #EAC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC977

Black with #EAC977

Text Example


Text Example

White with #EAC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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