Html Css Color HEX #EACB7C Marzipan

📋 copy color: '#EACB7C'

red 234 ◦ green 203 ◦ blue 124

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

Shades of Marzipan #EACB7C

Tints of Marzipan #EACB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.1%

R = 41.71%
G = 36.19%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACB7C (or 0xEACB7C) is known color: Marzipan. HEX triplet: EA, CB and 7C. RGB value is (234,203,124). Sum of RGB (Red+Green+Blue) = 234+203+124=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7C is #153483. Grayscale: #CBCBCB. Windows color (decimal): -1389700 or 8178666. OLE color: 8178666.

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

Color convert

RGB 234 203 124 -
CMYK 0 0.13 0.47 0.08
HSL 43.09º 0.72% 0.7% -
HSV(B) 43.09º 0.47% 0.92% -
XYZ 58.93 61.66 27.86 -
YUV 203.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 234 203 124 0 0.13 0.47 0.08 43.09 0.72 0.7
Hex EA CB 7C 0 D 2F 8 2B 48 46
Octal 352 313 174 0 15 57 10 53 110 106
Binary 11101010 11001011 1111100 0 1101 101111 1000 101011 1001000 1000110

Color Harmonies of #EACB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB7C

Black with #EACB7C

Text Example


Text Example

White with #EACB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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