Html Css Color HEX #EAC175 Marzipan

📋 copy color: '#EAC175'

red 234 ◦ green 193 ◦ blue 117

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

Shades of Marzipan #EAC175

Tints of Marzipan #EAC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 43.01%
G = 35.48%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAC175 (or 0xEAC175) is known color: Marzipan. HEX triplet: EA, C1 and 75. RGB value is (234,193,117). Sum of RGB (Red+Green+Blue) = 234+193+117=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC175 is #153E8A. Grayscale: #C4C4C4. Windows color (decimal): -1392267 or 7717354. OLE color: 7717354.

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

Color convert

RGB 234 193 117 -
CMYK 0 0.18 0.5 0.08
HSL 38.97º 0.74% 0.69% -
HSV(B) 38.97º 0.5% 0.92% -
XYZ 56.21 56.92 24.85 -
YUV 196.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 234 193 117 0 0.18 0.5 0.08 38.97 0.74 0.69
Hex EA C1 75 0 12 32 8 27 4A 45
Octal 352 301 165 0 22 62 10 47 112 105
Binary 11101010 11000001 1110101 0 10010 110010 1000 100111 1001010 1000101

Color Harmonies of #EAC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC175

Black with #EAC175

Text Example


Text Example

White with #EAC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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