Html Css Color HEX #EAC481 Marzipan

📋 copy color: '#EAC481'

red 234 ◦ green 196 ◦ blue 129

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

Shades of Marzipan #EAC481

Tints of Marzipan #EAC481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.06%

 BLUE value IS 129 (50.78% from 255) = 23.08%

R = 41.86%
G = 35.06%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC481 (or 0xEAC481) is known color: Marzipan. HEX triplet: EA, C4 and 81. RGB value is (234,196,129). Sum of RGB (Red+Green+Blue) = 234+196+129=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC481 is #153B7E. Grayscale: #C8C8C8. Windows color (decimal): -1391487 or 8504554. OLE color: 8504554.

HSL color Cylindrical-coordinate representation of color #EAC481: hue angle of 38.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC481 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 129 -
CMYK 0 0.16 0.45 0.08
HSL 38.29º 0.71% 0.71% -
HSV(B) 38.29º 0.45% 0.92% -
XYZ 57.63 58.56 29.03 -
YUV 199.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 234 196 129 0 0.16 0.45 0.08 38.29 0.71 0.71
Hex EA C4 81 0 10 2D 8 26 47 47
Octal 352 304 201 0 20 55 10 46 107 107
Binary 11101010 11000100 10000001 0 10000 101101 1000 100110 1000111 1000111

Color Harmonies of #EAC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC481

Black with #EAC481

Text Example


Text Example

White with #EAC481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC481; }

 p { color: rgb(234,196,129); }

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

background-color css

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

 a { background-color: rgb(234,196,129); }

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

border-color css

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

 span { border-color: rgb(234,196,129); }

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