Html Css Color HEX #EACB76 Marzipan

📋 copy color: '#EACB76'

red 234 ◦ green 203 ◦ blue 118

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

Shades of Marzipan #EACB76

Tints of Marzipan #EACB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.26%

R = 42.16%
G = 36.58%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EACB76 (or 0xEACB76) is known color: Marzipan. HEX triplet: EA, CB and 76. RGB value is (234,203,118). Sum of RGB (Red+Green+Blue) = 234+203+118=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB76 is #153489. Grayscale: #CACACA. Windows color (decimal): -1389706 or 7785450. OLE color: 7785450.

HSL color Cylindrical-coordinate representation of color #EACB76: hue angle of 43.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACB76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 118 -
CMYK 0 0.13 0.50 0.08
HSL 43.97º 0.73% 0.69% -
HSV(B) 43.97º 0.5% 0.92% -
XYZ 58.56 61.51 25.93 -
YUV 202.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 234 203 118 0 0.13 0.50 0.08 43.97 0.73 0.69
Hex EA CB 76 0 D 32 8 2C 49 45
Octal 352 313 166 0 15 62 10 54 111 105
Binary 11101010 11001011 1110110 0 1101 110010 1000 101100 1001001 1000101

Color Harmonies of #EACB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB76

Black with #EACB76

Text Example


Text Example

White with #EACB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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