Html Css Color HEX #EAC985 Marzipan

📋 copy color: '#EAC985'

red 234 ◦ green 201 ◦ blue 133

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

Shades of Marzipan #EAC985

Tints of Marzipan #EAC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.39%

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

R = 41.2%
G = 35.39%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAC985 (or 0xEAC985) is known color: Marzipan. HEX triplet: EA, C9 and 85. RGB value is (234,201,133). Sum of RGB (Red+Green+Blue) = 234+201+133=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC985 is #15367A. Grayscale: #CBCBCB. Windows color (decimal): -1390203 or 8767978. OLE color: 8767978.

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

Color convert

RGB 234 201 133 -
CMYK 0 0.14 0.43 0.08
HSL 40.4º 0.71% 0.72% -
HSV(B) 40.4º 0.43% 0.92% -
XYZ 59.05 60.96 30.84 -
YUV 203.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 234 201 133 0 0.14 0.43 0.08 40.4 0.71 0.72
Hex EA C9 85 0 E 2B 8 28 47 48
Octal 352 311 205 0 16 53 10 50 107 110
Binary 11101010 11001001 10000101 0 1110 101011 1000 101000 1000111 1001000

Color Harmonies of #EAC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC985

Black with #EAC985

Text Example


Text Example

White with #EAC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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