Html Css Color HEX #EAC674 Marzipan

📋 copy color: '#EAC674'

red 234 ◦ green 198 ◦ blue 116

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

Shades of Marzipan #EAC674

Tints of Marzipan #EAC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 42.7%
G = 36.13%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC674 (or 0xEAC674) is known color: Marzipan. HEX triplet: EA, C6 and 74. RGB value is (234,198,116). Sum of RGB (Red+Green+Blue) = 234+198+116=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC674 is #15398B. Grayscale: #C7C7C7. Windows color (decimal): -1390988 or 7653098. OLE color: 7653098.

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

Color convert

RGB 234 198 116 -
CMYK 0 0.15 0.50 0.08
HSL 41.69º 0.74% 0.69% -
HSV(B) 41.69º 0.5% 0.92% -
XYZ 57.28 59.14 24.92 -
YUV 199.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 234 198 116 0 0.15 0.50 0.08 41.69 0.74 0.69
Hex EA C6 74 0 F 32 8 2A 4A 45
Octal 352 306 164 0 17 62 10 52 112 105
Binary 11101010 11000110 1110100 0 1111 110010 1000 101010 1001010 1000101

Color Harmonies of #EAC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC674

Black with #EAC674

Text Example


Text Example

White with #EAC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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