Html Css Color HEX #E6C478 Marzipan

📋 copy color: '#E6C478'

red 230 ◦ green 196 ◦ blue 120

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

Shades of Marzipan #E6C478

Tints of Marzipan #E6C478

RGB

 RED value IS 230 (90.23% from 255) = 42.12%

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 42.12%
G = 35.9%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6C478 (or 0xE6C478) is known color: Marzipan. HEX triplet: E6, C4 and 78. RGB value is (230,196,120). Sum of RGB (Red+Green+Blue) = 230+196+120=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C478 is #193B87. Grayscale: #C5C5C5. Windows color (decimal): -1653640 or 7914726. OLE color: 7914726.

HSL color Cylindrical-coordinate representation of color #E6C478: hue angle of 41.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C478 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 120 -
CMYK 0 0.15 0.48 0.10
HSL 41.45º 0.69% 0.69% -
HSV(B) 41.45º 0.48% 0.9% -
XYZ 55.76 57.66 25.96 -
YUV 197.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 230 196 120 0 0.15 0.48 0.10 41.45 0.69 0.69
Hex E6 C4 78 0 F 30 A 29 45 45
Octal 346 304 170 0 17 60 12 51 105 105
Binary 11100110 11000100 1111000 0 1111 110000 1010 101001 1000101 1000101

Color Harmonies of #E6C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C478

Black with #E6C478

Text Example


Text Example

White with #E6C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C478; }

 p { color: rgb(230,196,120); }

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

background-color css

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

 a { background-color: rgb(230,196,120); }

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

border-color css

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

 span { border-color: rgb(230,196,120); }

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