Html Css Color HEX #EAC779 Marzipan

📋 copy color: '#EAC779'

red 234 ◦ green 199 ◦ blue 121

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

Shades of Marzipan #EAC779

Tints of Marzipan #EAC779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.92%

 BLUE value IS 121 (47.66% from 255) = 21.84%

R = 42.24%
G = 35.92%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAC779 (or 0xEAC779) is known color: Marzipan. HEX triplet: EA, C7 and 79. RGB value is (234,199,121). Sum of RGB (Red+Green+Blue) = 234+199+121=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC779 is #153886. Grayscale: #C8C8C8. Windows color (decimal): -1390727 or 7981034. OLE color: 7981034.

HSL color Cylindrical-coordinate representation of color #EAC779: hue angle of 41.42º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAC779 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 121 -
CMYK 0 0.15 0.48 0.08
HSL 41.42º 0.73% 0.7% -
HSV(B) 41.42º 0.48% 0.92% -
XYZ 57.81 59.72 26.57 -
YUV 200.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 234 199 121 0 0.15 0.48 0.08 41.42 0.73 0.7
Hex EA C7 79 0 F 30 8 29 49 46
Octal 352 307 171 0 17 60 10 51 111 106
Binary 11101010 11000111 1111001 0 1111 110000 1000 101001 1001001 1000110

Color Harmonies of #EAC779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC779

Black with #EAC779

Text Example


Text Example

White with #EAC779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC779; }

 p { color: rgb(234,199,121); }

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

background-color css

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

 a { background-color: rgb(234,199,121); }

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

border-color css

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

 span { border-color: rgb(234,199,121); }

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