Html Css Color HEX #EAC17D Marzipan

📋 copy color: '#EAC17D'

red 234 ◦ green 193 ◦ blue 125

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

Shades of Marzipan #EAC17D

Tints of Marzipan #EAC17D

RGB

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

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

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

R = 42.39%
G = 34.96%
B = 22.64%

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

#EAC17D (or 0xEAC17D) is known color: Marzipan. HEX triplet: EA, C1 and 7D. RGB value is (234,193,125). Sum of RGB (Red+Green+Blue) = 234+193+125=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC17D is #153E82. Grayscale: #C5C5C5. Windows color (decimal): -1392259 or 8241642. OLE color: 8241642.

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

Color convert

RGB 234 193 125 -
CMYK 0 0.18 0.47 0.08
HSL 37.43º 0.72% 0.7% -
HSV(B) 37.43º 0.47% 0.92% -
XYZ 56.7 57.11 27.44 -
YUV 197.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 234 193 125 0 0.18 0.47 0.08 37.43 0.72 0.7
Hex EA C1 7D 0 12 2F 8 25 48 46
Octal 352 301 175 0 22 57 10 45 110 106
Binary 11101010 11000001 1111101 0 10010 101111 1000 100101 1001000 1000110

Color Harmonies of #EAC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC17D

Black with #EAC17D

Text Example


Text Example

White with #EAC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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