Html Css Color HEX #EACB86 Marzipan

📋 copy color: '#EACB86'

red 234 ◦ green 203 ◦ blue 134

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

Shades of Marzipan #EACB86

Tints of Marzipan #EACB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 40.98%
G = 35.55%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EACB86 (or 0xEACB86) is known color: Marzipan. HEX triplet: EA, CB and 86. RGB value is (234,203,134). Sum of RGB (Red+Green+Blue) = 234+203+134=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB86 is #153479. Grayscale: #CCCCCC. Windows color (decimal): -1389690 or 8834026. OLE color: 8834026.

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

Color convert

RGB 234 203 134 -
CMYK 0 0.13 0.43 0.08
HSL 41.4º 0.7% 0.72% -
HSV(B) 41.4º 0.43% 0.92% -
XYZ 59.59 61.93 31.37 -
YUV 204.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 234 203 134 0 0.13 0.43 0.08 41.4 0.7 0.72
Hex EA CB 86 0 D 2B 8 29 46 48
Octal 352 313 206 0 15 53 10 51 106 110
Binary 11101010 11001011 10000110 0 1101 101011 1000 101001 1000110 1001000

Color Harmonies of #EACB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB86

Black with #EACB86

Text Example


Text Example

White with #EACB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB86; }

 p { color: rgb(234,203,134); }

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

background-color css

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

 a { background-color: rgb(234,203,134); }

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

border-color css

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

 span { border-color: rgb(234,203,134); }

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