Html Css Color HEX #E6CA80 Marzipan

📋 copy color: '#E6CA80'

red 230 ◦ green 202 ◦ blue 128

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

Shades of Marzipan #E6CA80

Tints of Marzipan #E6CA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.86%

R = 41.07%
G = 36.07%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6CA80 (or 0xE6CA80) is known color: Marzipan. HEX triplet: E6, CA and 80. RGB value is (230,202,128). Sum of RGB (Red+Green+Blue) = 230+202+128=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA80 is #19357F. Grayscale: #CACACA. Windows color (decimal): -1652096 or 8440550. OLE color: 8440550.

HSL color Cylindrical-coordinate representation of color #E6CA80: hue angle of 43.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6CA80 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 128 -
CMYK 0 0.12 0.44 0.10
HSL 43.53º 0.67% 0.7% -
HSV(B) 43.53º 0.44% 0.9% -
XYZ 57.65 60.62 29.08 -
YUV 201.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 230 202 128 0 0.12 0.44 0.10 43.53 0.67 0.7
Hex E6 CA 80 0 C 2C A 2C 43 46
Octal 346 312 200 0 14 54 12 54 103 106
Binary 11100110 11001010 10000000 0 1100 101100 1010 101100 1000011 1000110

Color Harmonies of #E6CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA80

Black with #E6CA80

Text Example


Text Example

White with #E6CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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