Html Css Color HEX #E6CA78 Marzipan

📋 copy color: '#E6CA78'

red 230 ◦ green 202 ◦ blue 120

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

Shades of Marzipan #E6CA78

Tints of Marzipan #E6CA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.59%

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

R = 41.67%
G = 36.59%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6CA78 (or 0xE6CA78) is known color: Marzipan. HEX triplet: E6, CA and 78. RGB value is (230,202,120). Sum of RGB (Red+Green+Blue) = 230+202+120=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA78 is #193587. Grayscale: #C9C9C9. Windows color (decimal): -1652104 or 7916262. OLE color: 7916262.

HSL color Cylindrical-coordinate representation of color #E6CA78: hue angle of 44.73º 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 #E6CA78 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 120 -
CMYK 0 0.12 0.48 0.10
HSL 44.73º 0.69% 0.69% -
HSV(B) 44.73º 0.48% 0.9% -
XYZ 57.14 60.42 26.42 -
YUV 201.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 230 202 120 0 0.12 0.48 0.10 44.73 0.69 0.69
Hex E6 CA 78 0 C 30 A 2D 45 45
Octal 346 312 170 0 14 60 12 55 105 105
Binary 11100110 11001010 1111000 0 1100 110000 1010 101101 1000101 1000101

Color Harmonies of #E6CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA78

Black with #E6CA78

Text Example


Text Example

White with #E6CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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