Html Css Color HEX #EAC278 Marzipan

📋 copy color: '#EAC278'

red 234 ◦ green 194 ◦ blue 120

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

Shades of Marzipan #EAC278

Tints of Marzipan #EAC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 42.7%
G = 35.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC278 (or 0xEAC278) is known color: Marzipan. HEX triplet: EA, C2 and 78. RGB value is (234,194,120). Sum of RGB (Red+Green+Blue) = 234+194+120=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC278 is #153D87. Grayscale: #C5C5C5. Windows color (decimal): -1392008 or 7914218. OLE color: 7914218.

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

Color convert

RGB 234 194 120 -
CMYK 0 0.17 0.49 0.08
HSL 38.95º 0.73% 0.69% -
HSV(B) 38.95º 0.49% 0.92% -
XYZ 56.61 57.43 25.87 -
YUV 197.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 234 194 120 0 0.17 0.49 0.08 38.95 0.73 0.69
Hex EA C2 78 0 11 31 8 27 49 45
Octal 352 302 170 0 21 61 10 47 111 105
Binary 11101010 11000010 1111000 0 10001 110001 1000 100111 1001001 1000101

Color Harmonies of #EAC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC278

Black with #EAC278

Text Example


Text Example

White with #EAC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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