Html Css Color HEX #EAC680 Marzipan

📋 copy color: '#EAC680'

red 234 ◦ green 198 ◦ blue 128

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

Shades of Marzipan #EAC680

Tints of Marzipan #EAC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.86%

R = 41.79%
G = 35.36%
B = 22.86%

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

#EAC680 (or 0xEAC680) is known color: Marzipan. HEX triplet: EA, C6 and 80. RGB value is (234,198,128). Sum of RGB (Red+Green+Blue) = 234+198+128=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC680 is #15397F. Grayscale: #C9C9C9. Windows color (decimal): -1390976 or 8439530. OLE color: 8439530.

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

Color convert

RGB 234 198 128 -
CMYK 0 0.15 0.45 0.08
HSL 39.62º 0.72% 0.71% -
HSV(B) 39.62º 0.45% 0.92% -
XYZ 58.02 59.44 28.84 -
YUV 200.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 234 198 128 0 0.15 0.45 0.08 39.62 0.72 0.71
Hex EA C6 80 0 F 2D 8 28 48 47
Octal 352 306 200 0 17 55 10 50 110 107
Binary 11101010 11000110 10000000 0 1111 101101 1000 101000 1001000 1000111

Color Harmonies of #EAC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC680

Black with #EAC680

Text Example


Text Example

White with #EAC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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