Html Css Color HEX #EDC177 Marzipan

📋 copy color: '#EDC177'

red 237 ◦ green 193 ◦ blue 119

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

Shades of Marzipan #EDC177

Tints of Marzipan #EDC177

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.15%

 BLUE value IS 119 (46.88% from 255) = 21.68%

R = 43.17%
G = 35.15%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC177 (or 0xEDC177) is known color: Marzipan. HEX triplet: ED, C1 and 77. RGB value is (237,193,119). Sum of RGB (Red+Green+Blue) = 237+193+119=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC177 is #123E88. Grayscale: #C6C6C6. Windows color (decimal): -1195657 or 7848429. OLE color: 7848429.

HSL color Cylindrical-coordinate representation of color #EDC177: hue angle of 37.63º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC177 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 119 -
CMYK 0 0.19 0.50 0.07
HSL 37.63º 0.77% 0.7% -
HSV(B) 37.63º 0.5% 0.93% -
XYZ 57.32 57.48 25.53 -
YUV 197.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 237 193 119 0 0.19 0.50 0.07 37.63 0.77 0.7
Hex ED C1 77 0 13 32 7 26 4D 46
Octal 355 301 167 0 23 62 7 46 115 106
Binary 11101101 11000001 1110111 0 10011 110010 111 100110 1001101 1000110

Color Harmonies of #EDC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC177

Black with #EDC177

Text Example


Text Example

White with #EDC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC177; }

 p { color: rgb(237,193,119); }

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

background-color css

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

 a { background-color: rgb(237,193,119); }

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

border-color css

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

 span { border-color: rgb(237,193,119); }

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