Html Css Color HEX #EDCD7C Marzipan

📋 copy color: '#EDCD7C'

red 237 ◦ green 205 ◦ blue 124

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

Shades of Marzipan #EDCD7C

Tints of Marzipan #EDCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

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

R = 41.87%
G = 36.22%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDCD7C (or 0xEDCD7C) is known color: Marzipan. HEX triplet: ED, CD and 7C. RGB value is (237,205,124). Sum of RGB (Red+Green+Blue) = 237+205+124=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD7C is #123283. Grayscale: #CDCDCD. Windows color (decimal): -1192580 or 8179181. OLE color: 8179181.

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

Color convert

RGB 237 205 124 -
CMYK 0 0.14 0.48 0.07
HSL 43.01º 0.76% 0.71% -
HSV(B) 43.01º 0.48% 0.93% -
XYZ 60.39 63.12 28.07 -
YUV 205.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 237 205 124 0 0.14 0.48 0.07 43.01 0.76 0.71
Hex ED CD 7C 0 E 30 7 2B 4C 47
Octal 355 315 174 0 16 60 7 53 114 107
Binary 11101101 11001101 1111100 0 1110 110000 111 101011 1001100 1000111

Color Harmonies of #EDCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD7C

Black with #EDCD7C

Text Example


Text Example

White with #EDCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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