Html Css Color HEX #EDC37C Marzipan

📋 copy color: '#EDC37C'

red 237 ◦ green 195 ◦ blue 124

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

Shades of Marzipan #EDC37C

Tints of Marzipan #EDC37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 42.63%
G = 35.07%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDC37C (or 0xEDC37C) is known color: Marzipan. HEX triplet: ED, C3 and 7C. RGB value is (237,195,124). Sum of RGB (Red+Green+Blue) = 237+195+124=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37C is #123C83. Grayscale: #C7C7C7. Windows color (decimal): -1195140 or 8176621. OLE color: 8176621.

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

Color convert

RGB 237 195 124 -
CMYK 0 0.18 0.48 0.07
HSL 37.7º 0.76% 0.71% -
HSV(B) 37.7º 0.48% 0.93% -
XYZ 58.08 58.49 27.3 -
YUV 199.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 237 195 124 0 0.18 0.48 0.07 37.7 0.76 0.71
Hex ED C3 7C 0 12 30 7 26 4C 47
Octal 355 303 174 0 22 60 7 46 114 107
Binary 11101101 11000011 1111100 0 10010 110000 111 100110 1001100 1000111

Color Harmonies of #EDC37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC37C

Black with #EDC37C

Text Example


Text Example

White with #EDC37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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