Html Css Color HEX #EAC275 Marzipan

📋 copy color: '#EAC275'

red 234 ◦ green 194 ◦ blue 117

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

Shades of Marzipan #EAC275

Tints of Marzipan #EAC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

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

R = 42.94%
G = 35.6%
B = 21.47%

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

#EAC275 (or 0xEAC275) is known color: Marzipan. HEX triplet: EA, C2 and 75. RGB value is (234,194,117). Sum of RGB (Red+Green+Blue) = 234+194+117=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC275 is #153D8A. Grayscale: #C5C5C5. Windows color (decimal): -1392011 or 7717610. OLE color: 7717610.

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

Color convert

RGB 234 194 117 -
CMYK 0 0.17 0.5 0.08
HSL 39.49º 0.74% 0.69% -
HSV(B) 39.49º 0.5% 0.92% -
XYZ 56.43 57.36 24.93 -
YUV 197.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 234 194 117 0 0.17 0.5 0.08 39.49 0.74 0.69
Hex EA C2 75 0 11 32 8 27 4A 45
Octal 352 302 165 0 21 62 10 47 112 105
Binary 11101010 11000010 1110101 0 10001 110010 1000 100111 1001010 1000101

Color Harmonies of #EAC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC275

Black with #EAC275

Text Example


Text Example

White with #EAC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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