Html Css Color HEX #EDC27C Marzipan

📋 copy color: '#EDC27C'

red 237 ◦ green 194 ◦ blue 124

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

Shades of Marzipan #EDC27C

Tints of Marzipan #EDC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

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

R = 42.7%
G = 34.95%
B = 22.34%

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

#EDC27C (or 0xEDC27C) is known color: Marzipan. HEX triplet: ED, C2 and 7C. RGB value is (237,194,124). Sum of RGB (Red+Green+Blue) = 237+194+124=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27C is #123D83. Grayscale: #C7C7C7. Windows color (decimal): -1195396 or 8176365. OLE color: 8176365.

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

Color convert

RGB 237 194 124 -
CMYK 0 0.18 0.48 0.07
HSL 37.17º 0.76% 0.71% -
HSV(B) 37.17º 0.48% 0.93% -
XYZ 57.85 58.04 27.22 -
YUV 198.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 237 194 124 0 0.18 0.48 0.07 37.17 0.76 0.71
Hex ED C2 7C 0 12 30 7 25 4C 47
Octal 355 302 174 0 22 60 7 45 114 107
Binary 11101101 11000010 1111100 0 10010 110000 111 100101 1001100 1000111

Color Harmonies of #EDC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC27C

Black with #EDC27C

Text Example


Text Example

White with #EDC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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