Html Css Color HEX #EDCD8D Marzipan

📋 copy color: '#EDCD8D'

red 237 ◦ green 205 ◦ blue 141

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

Shades of Marzipan #EDCD8D

Tints of Marzipan #EDCD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.19%

R = 40.65%
G = 35.16%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDCD8D (or 0xEDCD8D) is known color: Marzipan. HEX triplet: ED, CD and 8D. RGB value is (237,205,141). Sum of RGB (Red+Green+Blue) = 237+205+141=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8D is #123272. Grayscale: #CFCFCF. Windows color (decimal): -1192563 or 9293293. OLE color: 9293293.

HSL color Cylindrical-coordinate representation of color #EDCD8D: hue angle of 40º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDCD8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 141 -
CMYK 0 0.14 0.41 0.07
HSL 40º 0.73% 0.74% -
HSV(B) 40º 0.41% 0.93% -
XYZ 61.56 63.59 34.23 -
YUV 207.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 237 205 141 0 0.14 0.41 0.07 40 0.73 0.74
Hex ED CD 8D 0 E 29 7 28 49 4A
Octal 355 315 215 0 16 51 7 50 111 112
Binary 11101101 11001101 10001101 0 1110 101001 111 101000 1001001 1001010

Color Harmonies of #EDCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD8D

Black with #EDCD8D

Text Example


Text Example

White with #EDCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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