Html Css Color HEX #EACE78 Marzipan

📋 copy color: '#EACE78'

red 234 ◦ green 206 ◦ blue 120

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

Shades of Marzipan #EACE78

Tints of Marzipan #EACE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

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

R = 41.79%
G = 36.79%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EACE78 (or 0xEACE78) is known color: Marzipan. HEX triplet: EA, CE and 78. RGB value is (234,206,120). Sum of RGB (Red+Green+Blue) = 234+206+120=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE78 is #153187. Grayscale: #CCCCCC. Windows color (decimal): -1388936 or 7917290. OLE color: 7917290.

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

Color convert

RGB 234 206 120 -
CMYK 0 0.12 0.49 0.08
HSL 45.26º 0.73% 0.69% -
HSV(B) 45.26º 0.49% 0.92% -
XYZ 59.39 62.99 26.8 -
YUV 204.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 234 206 120 0 0.12 0.49 0.08 45.26 0.73 0.69
Hex EA CE 78 0 C 31 8 2D 49 45
Octal 352 316 170 0 14 61 10 55 111 105
Binary 11101010 11001110 1111000 0 1100 110001 1000 101101 1001001 1000101

Color Harmonies of #EACE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE78

Black with #EACE78

Text Example


Text Example

White with #EACE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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