Html Css Color HEX #EACD77 Marzipan

📋 copy color: '#EACD77'

red 234 ◦ green 205 ◦ blue 119

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

Shades of Marzipan #EACD77

Tints of Marzipan #EACD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.74%

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 41.94%
G = 36.74%
B = 21.33%

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

#EACD77 (or 0xEACD77) is known color: Marzipan. HEX triplet: EA, CD and 77. RGB value is (234,205,119). Sum of RGB (Red+Green+Blue) = 234+205+119=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD77 is #153288. Grayscale: #CCCCCC. Windows color (decimal): -1389193 or 7851498. OLE color: 7851498.

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

Color convert

RGB 234 205 119 -
CMYK 0 0.12 0.49 0.08
HSL 44.87º 0.73% 0.69% -
HSV(B) 44.87º 0.49% 0.92% -
XYZ 59.09 62.49 26.4 -
YUV 203.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 234 205 119 0 0.12 0.49 0.08 44.87 0.73 0.69
Hex EA CD 77 0 C 31 8 2D 49 45
Octal 352 315 167 0 14 61 10 55 111 105
Binary 11101010 11001101 1110111 0 1100 110001 1000 101101 1001001 1000101

Color Harmonies of #EACD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD77

Black with #EACD77

Text Example


Text Example

White with #EACD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD77; }

 p { color: rgb(234,205,119); }

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

background-color css

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

 a { background-color: rgb(234,205,119); }

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

border-color css

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

 span { border-color: rgb(234,205,119); }

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