Html Css Color HEX #EDC580 Marzipan

📋 copy color: '#EDC580'

red 237 ◦ green 197 ◦ blue 128

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

Shades of Marzipan #EDC580

Tints of Marzipan #EDC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

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

R = 42.17%
G = 35.05%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC580 (or 0xEDC580) is known color: Marzipan. HEX triplet: ED, C5 and 80. RGB value is (237,197,128). Sum of RGB (Red+Green+Blue) = 237+197+128=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC580 is #123A7F. Grayscale: #C9C9C9. Windows color (decimal): -1194624 or 8439277. OLE color: 8439277.

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

Color convert

RGB 237 197 128 -
CMYK 0 0.17 0.46 0.07
HSL 37.98º 0.75% 0.72% -
HSV(B) 37.98º 0.46% 0.93% -
XYZ 58.79 59.5 28.81 -
YUV 201.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 237 197 128 0 0.17 0.46 0.07 37.98 0.75 0.72
Hex ED C5 80 0 11 2E 7 26 4B 48
Octal 355 305 200 0 21 56 7 46 113 110
Binary 11101101 11000101 10000000 0 10001 101110 111 100110 1001011 1001000

Color Harmonies of #EDC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC580

Black with #EDC580

Text Example


Text Example

White with #EDC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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