Html Css Color HEX #E9C380 Marzipan

📋 copy color: '#E9C380'

red 233 ◦ green 195 ◦ blue 128

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

Shades of Marzipan #E9C380

Tints of Marzipan #E9C380

RGB

 RED value IS 233 (91.41% from 255) = 41.91%

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 41.91%
G = 35.07%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9C380 (or 0xE9C380) is known color: Marzipan. HEX triplet: E9, C3 and 80. RGB value is (233,195,128). Sum of RGB (Red+Green+Blue) = 233+195+128=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C380 is #163C7F. Grayscale: #C7C7C7. Windows color (decimal): -1457280 or 8438761. OLE color: 8438761.

HSL color Cylindrical-coordinate representation of color #E9C380: hue angle of 38.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9C380 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 195 128 -
CMYK 0 0.16 0.45 0.09
HSL 38.29º 0.7% 0.71% -
HSV(B) 38.29º 0.45% 0.91% -
XYZ 57.02 57.91 28.6 -
YUV 198.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 233 195 128 0 0.16 0.45 0.09 38.29 0.7 0.71
Hex E9 C3 80 0 10 2D 9 26 46 47
Octal 351 303 200 0 20 55 11 46 106 107
Binary 11101001 11000011 10000000 0 10000 101101 1001 100110 1000110 1000111

Color Harmonies of #E9C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C380

Black with #E9C380

Text Example


Text Example

White with #E9C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C380; }

 p { color: rgb(233,195,128); }

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

background-color css

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

 a { background-color: rgb(233,195,128); }

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

border-color css

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

 span { border-color: rgb(233,195,128); }

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