Html Css Color HEX #EAC575 Marzipan

📋 copy color: '#EAC575'

red 234 ◦ green 197 ◦ blue 117

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

Shades of Marzipan #EAC575

Tints of Marzipan #EAC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.95%

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 42.7%
G = 35.95%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAC575 (or 0xEAC575) is known color: Marzipan. HEX triplet: EA, C5 and 75. RGB value is (234,197,117). Sum of RGB (Red+Green+Blue) = 234+197+117=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC575 is #153A8A. Grayscale: #C7C7C7. Windows color (decimal): -1391243 or 7718378. OLE color: 7718378.

HSL color Cylindrical-coordinate representation of color #EAC575: hue angle of 41.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC575 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 117 -
CMYK 0 0.16 0.5 0.08
HSL 41.03º 0.74% 0.69% -
HSV(B) 41.03º 0.5% 0.92% -
XYZ 57.11 58.71 25.15 -
YUV 198.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 234 197 117 0 0.16 0.5 0.08 41.03 0.74 0.69
Hex EA C5 75 0 10 32 8 29 4A 45
Octal 352 305 165 0 20 62 10 51 112 105
Binary 11101010 11000101 1110101 0 10000 110010 1000 101001 1001010 1000101

Color Harmonies of #EAC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC575

Black with #EAC575

Text Example


Text Example

White with #EAC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC575; }

 p { color: rgb(234,197,117); }

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

background-color css

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

 a { background-color: rgb(234,197,117); }

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

border-color css

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

 span { border-color: rgb(234,197,117); }

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