Html Css Color HEX #EAC77C Marzipan

📋 copy color: '#EAC77C'

red 234 ◦ green 199 ◦ blue 124

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

Shades of Marzipan #EAC77C

Tints of Marzipan #EAC77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 42.01%
G = 35.73%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC77C (or 0xEAC77C) is known color: Marzipan. HEX triplet: EA, C7 and 7C. RGB value is (234,199,124). Sum of RGB (Red+Green+Blue) = 234+199+124=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC77C is #153883. Grayscale: #C9C9C9. Windows color (decimal): -1390724 or 8177642. OLE color: 8177642.

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

Color convert

RGB 234 199 124 -
CMYK 0 0.15 0.47 0.08
HSL 40.91º 0.72% 0.7% -
HSV(B) 40.91º 0.47% 0.92% -
XYZ 57.99 59.79 27.55 -
YUV 200.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 234 199 124 0 0.15 0.47 0.08 40.91 0.72 0.7
Hex EA C7 7C 0 F 2F 8 29 48 46
Octal 352 307 174 0 17 57 10 51 110 106
Binary 11101010 11000111 1111100 0 1111 101111 1000 101001 1001000 1000110

Color Harmonies of #EAC77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC77C

Black with #EAC77C

Text Example


Text Example

White with #EAC77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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