Html Css Color HEX #EACE7C Marzipan

📋 copy color: '#EACE7C'

red 234 ◦ green 206 ◦ blue 124

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

Shades of Marzipan #EACE7C

Tints of Marzipan #EACE7C

RGB

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

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

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

R = 41.49%
G = 36.52%
B = 21.99%

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

#EACE7C (or 0xEACE7C) is known color: Marzipan. HEX triplet: EA, CE and 7C. RGB value is (234,206,124). Sum of RGB (Red+Green+Blue) = 234+206+124=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE7C is #153183. Grayscale: #CDCDCD. Windows color (decimal): -1388932 or 8179434. OLE color: 8179434.

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

Color convert

RGB 234 206 124 -
CMYK 0 0.12 0.47 0.08
HSL 44.73º 0.72% 0.7% -
HSV(B) 44.73º 0.47% 0.92% -
XYZ 59.64 63.09 28.1 -
YUV 205.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 234 206 124 0 0.12 0.47 0.08 44.73 0.72 0.7
Hex EA CE 7C 0 C 2F 8 2D 48 46
Octal 352 316 174 0 14 57 10 55 110 106
Binary 11101010 11001110 1111100 0 1100 101111 1000 101101 1001000 1000110

Color Harmonies of #EACE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE7C

Black with #EACE7C

Text Example


Text Example

White with #EACE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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