Html Css Color HEX #EDC582 Marzipan

📋 copy color: '#EDC582'

red 237 ◦ green 197 ◦ blue 130

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

Shades of Marzipan #EDC582

Tints of Marzipan #EDC582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.05%

R = 42.02%
G = 34.93%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC582 (or 0xEDC582) is known color: Marzipan. HEX triplet: ED, C5 and 82. RGB value is (237,197,130). Sum of RGB (Red+Green+Blue) = 237+197+130=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC582 is #123A7D. Grayscale: #C9C9C9. Windows color (decimal): -1194622 or 8570349. OLE color: 8570349.

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

Color convert

RGB 237 197 130 -
CMYK 0 0.17 0.45 0.07
HSL 37.57º 0.75% 0.72% -
HSV(B) 37.57º 0.45% 0.93% -
XYZ 58.92 59.55 29.51 -
YUV 201.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 237 197 130 0 0.17 0.45 0.07 37.57 0.75 0.72
Hex ED C5 82 0 11 2D 7 26 4B 48
Octal 355 305 202 0 21 55 7 46 113 110
Binary 11101101 11000101 10000010 0 10001 101101 111 100110 1001011 1001000

Color Harmonies of #EDC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC582

Black with #EDC582

Text Example


Text Example

White with #EDC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC582; }

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

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

background-color css

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

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

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

border-color css

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

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

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