Html Css Color HEX #EAC281 Marzipan

📋 copy color: '#EAC281'

red 234 ◦ green 194 ◦ blue 129

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

Shades of Marzipan #EAC281

Tints of Marzipan #EAC281

RGB

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

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

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

R = 42.01%
G = 34.83%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC281 (or 0xEAC281) is known color: Marzipan. HEX triplet: EA, C2 and 81. RGB value is (234,194,129). Sum of RGB (Red+Green+Blue) = 234+194+129=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC281 is #153D7E. Grayscale: #C6C6C6. Windows color (decimal): -1391999 or 8504042. OLE color: 8504042.

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

Color convert

RGB 234 194 129 -
CMYK 0 0.17 0.45 0.08
HSL 37.14º 0.71% 0.71% -
HSV(B) 37.14º 0.45% 0.92% -
XYZ 57.19 57.66 28.88 -
YUV 198.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 234 194 129 0 0.17 0.45 0.08 37.14 0.71 0.71
Hex EA C2 81 0 11 2D 8 25 47 47
Octal 352 302 201 0 21 55 10 45 107 107
Binary 11101010 11000010 10000001 0 10001 101101 1000 100101 1000111 1000111

Color Harmonies of #EAC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC281

Black with #EAC281

Text Example


Text Example

White with #EAC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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