Html Css Color HEX #EAC17C Marzipan

📋 copy color: '#EAC17C'

red 234 ◦ green 193 ◦ blue 124

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

Shades of Marzipan #EAC17C

Tints of Marzipan #EAC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

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

R = 42.47%
G = 35.03%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC17C (or 0xEAC17C) is known color: Marzipan. HEX triplet: EA, C1 and 7C. RGB value is (234,193,124). Sum of RGB (Red+Green+Blue) = 234+193+124=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC17C is #153E83. Grayscale: #C5C5C5. Windows color (decimal): -1392260 or 8176106. OLE color: 8176106.

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

Color convert

RGB 234 193 124 -
CMYK 0 0.18 0.47 0.08
HSL 37.64º 0.72% 0.7% -
HSV(B) 37.64º 0.47% 0.92% -
XYZ 56.64 57.09 27.1 -
YUV 197.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 234 193 124 0 0.18 0.47 0.08 37.64 0.72 0.7
Hex EA C1 7C 0 12 2F 8 26 48 46
Octal 352 301 174 0 22 57 10 46 110 106
Binary 11101010 11000001 1111100 0 10010 101111 1000 100110 1001000 1000110

Color Harmonies of #EAC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC17C

Black with #EAC17C

Text Example


Text Example

White with #EAC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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