Html Css Color HEX #EAC375 Marzipan

📋 copy color: '#EAC375'

red 234 ◦ green 195 ◦ blue 117

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

Shades of Marzipan #EAC375

Tints of Marzipan #EAC375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAC375 (or 0xEAC375) is known color: Marzipan. HEX triplet: EA, C3 and 75. RGB value is (234,195,117). Sum of RGB (Red+Green+Blue) = 234+195+117=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC375 is #153C8A. Grayscale: #C6C6C6. Windows color (decimal): -1391755 or 7717866. OLE color: 7717866.

HSL color Cylindrical-coordinate representation of color #EAC375: hue angle of 40º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC375 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 117 -
CMYK 0 0.17 0.5 0.08
HSL 40º 0.74% 0.69% -
HSV(B) 40º 0.5% 0.92% -
XYZ 56.66 57.81 25 -
YUV 197.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 234 195 117 0 0.17 0.5 0.08 40 0.74 0.69
Hex EA C3 75 0 11 32 8 28 4A 45
Octal 352 303 165 0 21 62 10 50 112 105
Binary 11101010 11000011 1110101 0 10001 110010 1000 101000 1001010 1000101

Color Harmonies of #EAC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC375

Black with #EAC375

Text Example


Text Example

White with #EAC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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