Html Css Color HEX #EDCD8C Marzipan

📋 copy color: '#EDCD8C'

red 237 ◦ green 205 ◦ blue 140

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

Shades of Marzipan #EDCD8C

Tints of Marzipan #EDCD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.05%

R = 40.72%
G = 35.22%
B = 24.05%

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

#EDCD8C (or 0xEDCD8C) is known color: Marzipan. HEX triplet: ED, CD and 8C. RGB value is (237,205,140). Sum of RGB (Red+Green+Blue) = 237+205+140=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8C is #123273. Grayscale: #CFCFCF. Windows color (decimal): -1192564 or 9227757. OLE color: 9227757.

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

Color convert

RGB 237 205 140 -
CMYK 0 0.14 0.41 0.07
HSL 40.21º 0.73% 0.74% -
HSV(B) 40.21º 0.41% 0.93% -
XYZ 61.49 63.56 33.84 -
YUV 207.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 237 205 140 0 0.14 0.41 0.07 40.21 0.73 0.74
Hex ED CD 8C 0 E 29 7 28 49 4A
Octal 355 315 214 0 16 51 7 50 111 112
Binary 11101101 11001101 10001100 0 1110 101001 111 101000 1001001 1001010

Color Harmonies of #EDCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD8C

Black with #EDCD8C

Text Example


Text Example

White with #EDCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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