Html Css Color HEX #EDC17C Marzipan

📋 copy color: '#EDC17C'

red 237 ◦ green 193 ◦ blue 124

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

Shades of Marzipan #EDC17C

Tints of Marzipan #EDC17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.38%

R = 42.78%
G = 34.84%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDC17C (or 0xEDC17C) is known color: Marzipan. HEX triplet: ED, C1 and 7C. RGB value is (237,193,124). Sum of RGB (Red+Green+Blue) = 237+193+124=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17C is #123E83. Grayscale: #C6C6C6. Windows color (decimal): -1195652 or 8176109. OLE color: 8176109.

HSL color Cylindrical-coordinate representation of color #EDC17C: hue angle of 36.64º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDC17C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 124 -
CMYK 0 0.19 0.48 0.07
HSL 36.64º 0.76% 0.71% -
HSV(B) 36.64º 0.48% 0.93% -
XYZ 57.63 57.6 27.15 -
YUV 198.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 237 193 124 0 0.19 0.48 0.07 36.64 0.76 0.71
Hex ED C1 7C 0 13 30 7 25 4C 47
Octal 355 301 174 0 23 60 7 45 114 107
Binary 11101101 11000001 1111100 0 10011 110000 111 100101 1001100 1000111

Color Harmonies of #EDC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC17C

Black with #EDC17C

Text Example


Text Example

White with #EDC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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