Html Css Color HEX #EAC474 Marzipan

📋 copy color: '#EAC474'

red 234 ◦ green 196 ◦ blue 116

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

Shades of Marzipan #EAC474

Tints of Marzipan #EAC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 42.86%
G = 35.9%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC474 (or 0xEAC474) is known color: Marzipan. HEX triplet: EA, C4 and 74. RGB value is (234,196,116). Sum of RGB (Red+Green+Blue) = 234+196+116=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC474 is #153B8B. Grayscale: #C6C6C6. Windows color (decimal): -1391500 or 7652586. OLE color: 7652586.

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

Color convert

RGB 234 196 116 -
CMYK 0 0.16 0.50 0.08
HSL 40.68º 0.74% 0.69% -
HSV(B) 40.68º 0.5% 0.92% -
XYZ 56.82 58.23 24.77 -
YUV 198.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 234 196 116 0 0.16 0.50 0.08 40.68 0.74 0.69
Hex EA C4 74 0 10 32 8 29 4A 45
Octal 352 304 164 0 20 62 10 51 112 105
Binary 11101010 11000100 1110100 0 10000 110010 1000 101001 1001010 1000101

Color Harmonies of #EAC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC474

Black with #EAC474

Text Example


Text Example

White with #EAC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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