Html Css Color HEX #EDC887 Marzipan

📋 copy color: '#EDC887'

red 237 ◦ green 200 ◦ blue 135

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

Shades of Marzipan #EDC887

Tints of Marzipan #EDC887

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.97%

 BLUE value IS 135 (53.13% from 255) = 23.6%

R = 41.43%
G = 34.97%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC887 (or 0xEDC887) is known color: Marzipan. HEX triplet: ED, C8 and 87. RGB value is (237,200,135). Sum of RGB (Red+Green+Blue) = 237+200+135=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC887 is #123778. Grayscale: #CBCBCB. Windows color (decimal): -1193849 or 8898797. OLE color: 8898797.

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

Color convert

RGB 237 200 135 -
CMYK 0 0.16 0.43 0.07
HSL 38.24º 0.74% 0.73% -
HSV(B) 38.24º 0.43% 0.93% -
XYZ 59.95 61.06 31.55 -
YUV 203.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 237 200 135 0 0.16 0.43 0.07 38.24 0.74 0.73
Hex ED C8 87 0 10 2B 7 26 4A 49
Octal 355 310 207 0 20 53 7 46 112 111
Binary 11101101 11001000 10000111 0 10000 101011 111 100110 1001010 1001001

Color Harmonies of #EDC887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC887

Black with #EDC887

Text Example


Text Example

White with #EDC887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC887; }

 p { color: rgb(237,200,135); }

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

background-color css

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

 a { background-color: rgb(237,200,135); }

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

border-color css

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

 span { border-color: rgb(237,200,135); }

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