Html Css Color HEX #E9D080 Marzipan

📋 copy color: '#E9D080'

red 233 ◦ green 208 ◦ blue 128

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

Shades of Marzipan #E9D080

Tints of Marzipan #E9D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.56%

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

R = 40.95%
G = 36.56%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9D080 (or 0xE9D080) is known color: Marzipan. HEX triplet: E9, D0 and 80. RGB value is (233,208,128). Sum of RGB (Red+Green+Blue) = 233+208+128=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D080 is #162F7F. Grayscale: #CECECE. Windows color (decimal): -1453952 or 8442089. OLE color: 8442089.

HSL color Cylindrical-coordinate representation of color #E9D080: hue angle of 45.71º 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 #E9D080 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 128 -
CMYK 0 0.11 0.45 0.09
HSL 45.71º 0.7% 0.71% -
HSV(B) 45.71º 0.45% 0.91% -
XYZ 60.06 63.99 29.61 -
YUV 206.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 233 208 128 0 0.11 0.45 0.09 45.71 0.7 0.71
Hex E9 D0 80 0 B 2D 9 2E 46 47
Octal 351 320 200 0 13 55 11 56 106 107
Binary 11101001 11010000 10000000 0 1011 101101 1001 101110 1000110 1000111

Color Harmonies of #E9D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D080

Black with #E9D080

Text Example


Text Example

White with #E9D080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D080; }

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

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

background-color css

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

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

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

border-color css

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

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

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