Html Css Color HEX #EACE85 Marzipan

📋 copy color: '#EACE85'

red 234 ◦ green 206 ◦ blue 133

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

Shades of Marzipan #EACE85

Tints of Marzipan #EACE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.21%

R = 40.84%
G = 35.95%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EACE85 (or 0xEACE85) is known color: Marzipan. HEX triplet: EA, CE and 85. RGB value is (234,206,133). Sum of RGB (Red+Green+Blue) = 234+206+133=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE85 is #15317A. Grayscale: #CECECE. Windows color (decimal): -1388923 or 8769258. OLE color: 8769258.

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

Color convert

RGB 234 206 133 -
CMYK 0 0.12 0.43 0.08
HSL 43.37º 0.71% 0.72% -
HSV(B) 43.37º 0.43% 0.92% -
XYZ 60.24 63.33 31.24 -
YUV 206.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 234 206 133 0 0.12 0.43 0.08 43.37 0.71 0.72
Hex EA CE 85 0 C 2B 8 2B 47 48
Octal 352 316 205 0 14 53 10 53 107 110
Binary 11101010 11001110 10000101 0 1100 101011 1000 101011 1000111 1001000

Color Harmonies of #EACE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE85

Black with #EACE85

Text Example


Text Example

White with #EACE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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