Html Css Color HEX #EAC377 Marzipan

📋 copy color: '#EAC377'

red 234 ◦ green 195 ◦ blue 119

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

Shades of Marzipan #EAC377

Tints of Marzipan #EAC377

RGB

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

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

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

R = 42.7%
G = 35.58%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC377 (or 0xEAC377) is known color: Marzipan. HEX triplet: EA, C3 and 77. RGB value is (234,195,119). Sum of RGB (Red+Green+Blue) = 234+195+119=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC377 is #153C88. Grayscale: #C6C6C6. Windows color (decimal): -1391753 or 7848938. OLE color: 7848938.

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

Color convert

RGB 234 195 119 -
CMYK 0 0.17 0.49 0.08
HSL 39.65º 0.73% 0.69% -
HSV(B) 39.65º 0.49% 0.92% -
XYZ 56.78 57.85 25.63 -
YUV 198 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 234 195 119 0 0.17 0.49 0.08 39.65 0.73 0.69
Hex EA C3 77 0 11 31 8 28 49 45
Octal 352 303 167 0 21 61 10 50 111 105
Binary 11101010 11000011 1110111 0 10001 110001 1000 101000 1001001 1000101

Color Harmonies of #EAC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC377

Black with #EAC377

Text Example


Text Example

White with #EAC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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