Html Css Color HEX #EAC781 Marzipan

📋 copy color: '#EAC781'

red 234 ◦ green 199 ◦ blue 129

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

Shades of Marzipan #EAC781

Tints of Marzipan #EAC781

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

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

R = 41.64%
G = 35.41%
B = 22.95%

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

#EAC781 (or 0xEAC781) is known color: Marzipan. HEX triplet: EA, C7 and 81. RGB value is (234,199,129). Sum of RGB (Red+Green+Blue) = 234+199+129=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC781 is #15387E. Grayscale: #C9C9C9. Windows color (decimal): -1390719 or 8505322. OLE color: 8505322.

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

Color convert

RGB 234 199 129 -
CMYK 0 0.15 0.45 0.08
HSL 40º 0.71% 0.71% -
HSV(B) 40º 0.45% 0.92% -
XYZ 58.32 59.92 29.26 -
YUV 201.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 234 199 129 0 0.15 0.45 0.08 40 0.71 0.71
Hex EA C7 81 0 F 2D 8 28 47 47
Octal 352 307 201 0 17 55 10 50 107 107
Binary 11101010 11000111 10000001 0 1111 101101 1000 101000 1000111 1000111

Color Harmonies of #EAC781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC781

Black with #EAC781

Text Example


Text Example

White with #EAC781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC781; }

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

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

background-color css

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

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

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

border-color css

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

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

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