Html Css Color HEX #EAC678 Marzipan

📋 copy color: '#EAC678'

red 234 ◦ green 198 ◦ blue 120

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

Shades of Marzipan #EAC678

Tints of Marzipan #EAC678

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.87%

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

R = 42.39%
G = 35.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC678 (or 0xEAC678) is known color: Marzipan. HEX triplet: EA, C6 and 78. RGB value is (234,198,120). Sum of RGB (Red+Green+Blue) = 234+198+120=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC678 is #153987. Grayscale: #C8C8C8. Windows color (decimal): -1390984 or 7915242. OLE color: 7915242.

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

Color convert

RGB 234 198 120 -
CMYK 0 0.15 0.49 0.08
HSL 41.05º 0.73% 0.69% -
HSV(B) 41.05º 0.49% 0.92% -
XYZ 57.52 59.24 26.17 -
YUV 199.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 234 198 120 0 0.15 0.49 0.08 41.05 0.73 0.69
Hex EA C6 78 0 F 31 8 29 49 45
Octal 352 306 170 0 17 61 10 51 111 105
Binary 11101010 11000110 1111000 0 1111 110001 1000 101001 1001001 1000101

Color Harmonies of #EAC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC678

Black with #EAC678

Text Example


Text Example

White with #EAC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC678; }

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

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

background-color css

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

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

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

border-color css

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

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

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