Html Css Color HEX #EACE7D Marzipan

📋 copy color: '#EACE7D'

red 234 ◦ green 206 ◦ blue 125

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

Shades of Marzipan #EACE7D

Tints of Marzipan #EACE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 41.42%
G = 36.46%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACE7D (or 0xEACE7D) is known color: Marzipan. HEX triplet: EA, CE and 7D. RGB value is (234,206,125). Sum of RGB (Red+Green+Blue) = 234+206+125=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE7D is #153182. Grayscale: #CDCDCD. Windows color (decimal): -1388931 or 8244970. OLE color: 8244970.

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

Color convert

RGB 234 206 125 -
CMYK 0 0.12 0.47 0.08
HSL 44.59º 0.72% 0.7% -
HSV(B) 44.59º 0.47% 0.92% -
XYZ 59.7 63.12 28.44 -
YUV 205.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 234 206 125 0 0.12 0.47 0.08 44.59 0.72 0.7
Hex EA CE 7D 0 C 2F 8 2D 48 46
Octal 352 316 175 0 14 57 10 55 110 106
Binary 11101010 11001110 1111101 0 1100 101111 1000 101101 1001000 1000110

Color Harmonies of #EACE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE7D

Black with #EACE7D

Text Example


Text Example

White with #EACE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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