Html Css Color HEX #EACD7A Marzipan

📋 copy color: '#EACD7A'

red 234 ◦ green 205 ◦ blue 122

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

Shades of Marzipan #EACD7A

Tints of Marzipan #EACD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 41.71%
G = 36.54%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EACD7A (or 0xEACD7A) is known color: Marzipan. HEX triplet: EA, CD and 7A. RGB value is (234,205,122). Sum of RGB (Red+Green+Blue) = 234+205+122=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD7A is #153285. Grayscale: #CCCCCC. Windows color (decimal): -1389190 or 8048106. OLE color: 8048106.

HSL color Cylindrical-coordinate representation of color #EACD7A: hue angle of 44.46º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EACD7A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 122 -
CMYK 0 0.12 0.48 0.08
HSL 44.46º 0.73% 0.7% -
HSV(B) 44.46º 0.48% 0.92% -
XYZ 59.28 62.56 27.36 -
YUV 204.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 234 205 122 0 0.12 0.48 0.08 44.46 0.73 0.7
Hex EA CD 7A 0 C 30 8 2C 49 46
Octal 352 315 172 0 14 60 10 54 111 106
Binary 11101010 11001101 1111010 0 1100 110000 1000 101100 1001001 1000110

Color Harmonies of #EACD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD7A

Black with #EACD7A

Text Example


Text Example

White with #EACD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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