Html Css Color HEX #EDC475 Marzipan

📋 copy color: '#EDC475'

red 237 ◦ green 196 ◦ blue 117

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

Shades of Marzipan #EDC475

Tints of Marzipan #EDC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 43.09%
G = 35.64%
B = 21.27%

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

#EDC475 (or 0xEDC475) is known color: Marzipan. HEX triplet: ED, C4 and 75. RGB value is (237,196,117). Sum of RGB (Red+Green+Blue) = 237+196+117=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC475 is #123B8A. Grayscale: #C7C7C7. Windows color (decimal): -1194891 or 7718125. OLE color: 7718125.

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

Color convert

RGB 237 196 117 -
CMYK 0 0.17 0.51 0.07
HSL 39.5º 0.77% 0.69% -
HSV(B) 39.5º 0.51% 0.93% -
XYZ 57.88 58.77 25.12 -
YUV 199.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 237 196 117 0 0.17 0.51 0.07 39.5 0.77 0.69
Hex ED C4 75 0 11 33 7 28 4D 45
Octal 355 304 165 0 21 63 7 50 115 105
Binary 11101101 11000100 1110101 0 10001 110011 111 101000 1001101 1000101

Color Harmonies of #EDC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC475

Black with #EDC475

Text Example


Text Example

White with #EDC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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