Html Css Color HEX #EACB78 Marzipan

📋 copy color: '#EACB78'

red 234 ◦ green 203 ◦ blue 120

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

Shades of Marzipan #EACB78

Tints of Marzipan #EACB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.54%

R = 42.01%
G = 36.45%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EACB78 (or 0xEACB78) is known color: Marzipan. HEX triplet: EA, CB and 78. RGB value is (234,203,120). Sum of RGB (Red+Green+Blue) = 234+203+120=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB78 is #153487. Grayscale: #CBCBCB. Windows color (decimal): -1389704 or 7916522. OLE color: 7916522.

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

Color convert

RGB 234 203 120 -
CMYK 0 0.13 0.49 0.08
HSL 43.68º 0.73% 0.69% -
HSV(B) 43.68º 0.49% 0.92% -
XYZ 58.68 61.56 26.56 -
YUV 202.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 234 203 120 0 0.13 0.49 0.08 43.68 0.73 0.69
Hex EA CB 78 0 D 31 8 2C 49 45
Octal 352 313 170 0 15 61 10 54 111 105
Binary 11101010 11001011 1111000 0 1101 110001 1000 101100 1001001 1000101

Color Harmonies of #EACB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB78

Black with #EACB78

Text Example


Text Example

White with #EACB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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