Html Css Color HEX #EDC575 Marzipan

📋 copy color: '#EDC575'

red 237 ◦ green 197 ◦ blue 117

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

Shades of Marzipan #EDC575

Tints of Marzipan #EDC575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 43.01%
G = 35.75%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC575 (or 0xEDC575) is known color: Marzipan. HEX triplet: ED, C5 and 75. RGB value is (237,197,117). Sum of RGB (Red+Green+Blue) = 237+197+117=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC575 is #123A8A. Grayscale: #C8C8C8. Windows color (decimal): -1194635 or 7718381. OLE color: 7718381.

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

Color convert

RGB 237 197 117 -
CMYK 0 0.17 0.51 0.07
HSL 40º 0.77% 0.69% -
HSV(B) 40º 0.51% 0.93% -
XYZ 58.1 59.22 25.2 -
YUV 199.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 237 197 117 0 0.17 0.51 0.07 40 0.77 0.69
Hex ED C5 75 0 11 33 7 28 4D 45
Octal 355 305 165 0 21 63 7 50 115 105
Binary 11101101 11000101 1110101 0 10001 110011 111 101000 1001101 1000101

Color Harmonies of #EDC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC575

Black with #EDC575

Text Example


Text Example

White with #EDC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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