Html Css Color HEX #EAC785 Marzipan

📋 copy color: '#EAC785'

red 234 ◦ green 199 ◦ blue 133

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

Shades of Marzipan #EAC785

Tints of Marzipan #EAC785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.5%

R = 41.34%
G = 35.16%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAC785 (or 0xEAC785) is known color: Marzipan. HEX triplet: EA, C7 and 85. RGB value is (234,199,133). Sum of RGB (Red+Green+Blue) = 234+199+133=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC785 is #15387A. Grayscale: #CACACA. Windows color (decimal): -1390715 or 8767466. OLE color: 8767466.

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

Color convert

RGB 234 199 133 -
CMYK 0 0.15 0.43 0.08
HSL 39.21º 0.71% 0.72% -
HSV(B) 39.21º 0.43% 0.92% -
XYZ 58.59 60.03 30.69 -
YUV 201.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 234 199 133 0 0.15 0.43 0.08 39.21 0.71 0.72
Hex EA C7 85 0 F 2B 8 27 47 48
Octal 352 307 205 0 17 53 10 47 107 110
Binary 11101010 11000111 10000101 0 1111 101011 1000 100111 1000111 1001000

Color Harmonies of #EAC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC785

Black with #EAC785

Text Example


Text Example

White with #EAC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC785; }

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

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

background-color css

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

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

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

border-color css

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

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

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