Html Css Color HEX #EAC37D Marzipan

📋 copy color: '#EAC37D'

red 234 ◦ green 195 ◦ blue 125

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

Shades of Marzipan #EAC37D

Tints of Marzipan #EAC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.2%

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

R = 42.24%
G = 35.2%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC37D (or 0xEAC37D) is known color: Marzipan. HEX triplet: EA, C3 and 7D. RGB value is (234,195,125). Sum of RGB (Red+Green+Blue) = 234+195+125=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC37D is #153C82. Grayscale: #C7C7C7. Windows color (decimal): -1391747 or 8242154. OLE color: 8242154.

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

Color convert

RGB 234 195 125 -
CMYK 0 0.17 0.47 0.08
HSL 38.53º 0.72% 0.7% -
HSV(B) 38.53º 0.47% 0.92% -
XYZ 57.15 58 27.59 -
YUV 198.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 234 195 125 0 0.17 0.47 0.08 38.53 0.72 0.7
Hex EA C3 7D 0 11 2F 8 27 48 46
Octal 352 303 175 0 21 57 10 47 110 106
Binary 11101010 11000011 1111101 0 10001 101111 1000 100111 1001000 1000110

Color Harmonies of #EAC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC37D

Black with #EAC37D

Text Example


Text Example

White with #EAC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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