Html Css Color HEX #EAC277 Marzipan

📋 copy color: '#EAC277'

red 234 ◦ green 194 ◦ blue 119

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

Shades of Marzipan #EAC277

Tints of Marzipan #EAC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 42.78%
G = 35.47%
B = 21.76%

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

#EAC277 (or 0xEAC277) is known color: Marzipan. HEX triplet: EA, C2 and 77. RGB value is (234,194,119). Sum of RGB (Red+Green+Blue) = 234+194+119=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC277 is #153D88. Grayscale: #C5C5C5. Windows color (decimal): -1392009 or 7848682. OLE color: 7848682.

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

Color convert

RGB 234 194 119 -
CMYK 0 0.17 0.49 0.08
HSL 39.13º 0.73% 0.69% -
HSV(B) 39.13º 0.49% 0.92% -
XYZ 56.55 57.41 25.55 -
YUV 197.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 234 194 119 0 0.17 0.49 0.08 39.13 0.73 0.69
Hex EA C2 77 0 11 31 8 27 49 45
Octal 352 302 167 0 21 61 10 47 111 105
Binary 11101010 11000010 1110111 0 10001 110001 1000 100111 1001001 1000101

Color Harmonies of #EAC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC277

Black with #EAC277

Text Example


Text Example

White with #EAC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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