Html Css Color HEX #EAC374 Marzipan

📋 copy color: '#EAC374'

red 234 ◦ green 195 ◦ blue 116

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

Shades of Marzipan #EAC374

Tints of Marzipan #EAC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

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

R = 42.94%
G = 35.78%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC374 (or 0xEAC374) is known color: Marzipan. HEX triplet: EA, C3 and 74. RGB value is (234,195,116). Sum of RGB (Red+Green+Blue) = 234+195+116=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC374 is #153C8B. Grayscale: #C6C6C6. Windows color (decimal): -1391756 or 7652330. OLE color: 7652330.

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

Color convert

RGB 234 195 116 -
CMYK 0 0.17 0.50 0.08
HSL 40.17º 0.74% 0.69% -
HSV(B) 40.17º 0.5% 0.92% -
XYZ 56.6 57.78 24.69 -
YUV 197.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 234 195 116 0 0.17 0.50 0.08 40.17 0.74 0.69
Hex EA C3 74 0 11 32 8 28 4A 45
Octal 352 303 164 0 21 62 10 50 112 105
Binary 11101010 11000011 1110100 0 10001 110010 1000 101000 1001010 1000101

Color Harmonies of #EAC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC374

Black with #EAC374

Text Example


Text Example

White with #EAC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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