Html Css Color HEX #EAC177 Marzipan

📋 copy color: '#EAC177'

red 234 ◦ green 193 ◦ blue 119

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

Shades of Marzipan #EAC177

Tints of Marzipan #EAC177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.79%

R = 42.86%
G = 35.35%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC177 (or 0xEAC177) is known color: Marzipan. HEX triplet: EA, C1 and 77. RGB value is (234,193,119). Sum of RGB (Red+Green+Blue) = 234+193+119=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC177 is #153E88. Grayscale: #C5C5C5. Windows color (decimal): -1392265 or 7848426. OLE color: 7848426.

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

Color convert

RGB 234 193 119 -
CMYK 0 0.18 0.49 0.08
HSL 38.61º 0.73% 0.69% -
HSV(B) 38.61º 0.49% 0.92% -
XYZ 56.33 56.96 25.48 -
YUV 196.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 234 193 119 0 0.18 0.49 0.08 38.61 0.73 0.69
Hex EA C1 77 0 12 31 8 27 49 45
Octal 352 301 167 0 22 61 10 47 111 105
Binary 11101010 11000001 1110111 0 10010 110001 1000 100111 1001001 1000101

Color Harmonies of #EAC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC177

Black with #EAC177

Text Example


Text Example

White with #EAC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC177; }

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

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

background-color css

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

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

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

border-color css

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

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

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