Html Css Color HEX #EDC280 Marzipan

📋 copy color: '#EDC280'

red 237 ◦ green 194 ◦ blue 128

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

Shades of Marzipan #EDC280

Tints of Marzipan #EDC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

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

R = 42.4%
G = 34.7%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC280 (or 0xEDC280) is known color: Marzipan. HEX triplet: ED, C2 and 80. RGB value is (237,194,128). Sum of RGB (Red+Green+Blue) = 237+194+128=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC280 is #123D7F. Grayscale: #C7C7C7. Windows color (decimal): -1195392 or 8438509. OLE color: 8438509.

HSL color Cylindrical-coordinate representation of color #EDC280: hue angle of 36.33º 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 #EDC280 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 128 -
CMYK 0 0.18 0.46 0.07
HSL 36.33º 0.75% 0.72% -
HSV(B) 36.33º 0.46% 0.93% -
XYZ 58.11 58.15 28.58 -
YUV 199.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 237 194 128 0 0.18 0.46 0.07 36.33 0.75 0.72
Hex ED C2 80 0 12 2E 7 24 4B 48
Octal 355 302 200 0 22 56 7 44 113 110
Binary 11101101 11000010 10000000 0 10010 101110 111 100100 1001011 1001000

Color Harmonies of #EDC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC280

Black with #EDC280

Text Example


Text Example

White with #EDC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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