Html Css Color HEX #EAC681 Marzipan

📋 copy color: '#EAC681'

red 234 ◦ green 198 ◦ blue 129

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

Shades of Marzipan #EAC681

Tints of Marzipan #EAC681

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.29%

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

R = 41.71%
G = 35.29%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC681 (or 0xEAC681) is known color: Marzipan. HEX triplet: EA, C6 and 81. RGB value is (234,198,129). Sum of RGB (Red+Green+Blue) = 234+198+129=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC681 is #15397E. Grayscale: #C9C9C9. Windows color (decimal): -1390975 or 8505066. OLE color: 8505066.

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

Color convert

RGB 234 198 129 -
CMYK 0 0.15 0.45 0.08
HSL 39.43º 0.71% 0.71% -
HSV(B) 39.43º 0.45% 0.92% -
XYZ 58.09 59.47 29.19 -
YUV 200.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 234 198 129 0 0.15 0.45 0.08 39.43 0.71 0.71
Hex EA C6 81 0 F 2D 8 27 47 47
Octal 352 306 201 0 17 55 10 47 107 107
Binary 11101010 11000110 10000001 0 1111 101101 1000 100111 1000111 1000111

Color Harmonies of #EAC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC681

Black with #EAC681

Text Example


Text Example

White with #EAC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC681; }

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

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

background-color css

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

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

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

border-color css

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

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

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