Html Css Color HEX #EDD080 Marzipan

📋 copy color: '#EDD080'

red 237 ◦ green 208 ◦ blue 128

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

Shades of Marzipan #EDD080

Tints of Marzipan #EDD080

RGB

 RED value IS 237 (92.97% from 255) = 41.36%

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

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

R = 41.36%
G = 36.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD080 (or 0xEDD080) is known color: Marzipan. HEX triplet: ED, D0 and 80. RGB value is (237,208,128). Sum of RGB (Red+Green+Blue) = 237+208+128=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD080 is #122F7F. Grayscale: #CFCFCF. Windows color (decimal): -1191808 or 8442093. OLE color: 8442093.

HSL color Cylindrical-coordinate representation of color #EDD080: hue angle of 44.04º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD080 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 128 -
CMYK 0 0.12 0.46 0.07
HSL 44.04º 0.75% 0.72% -
HSV(B) 44.04º 0.46% 0.93% -
XYZ 61.38 64.67 29.67 -
YUV 207.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 237 208 128 0 0.12 0.46 0.07 44.04 0.75 0.72
Hex ED D0 80 0 C 2E 7 2C 4B 48
Octal 355 320 200 0 14 56 7 54 113 110
Binary 11101101 11010000 10000000 0 1100 101110 111 101100 1001011 1001000

Color Harmonies of #EDD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD080

Black with #EDD080

Text Example


Text Example

White with #EDD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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