Html Css Color HEX #EDC884 Marzipan

📋 copy color: '#EDC884'

red 237 ◦ green 200 ◦ blue 132

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

Shades of Marzipan #EDC884

Tints of Marzipan #EDC884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.2%

R = 41.65%
G = 35.15%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC884 (or 0xEDC884) is known color: Marzipan. HEX triplet: ED, C8 and 84. RGB value is (237,200,132). Sum of RGB (Red+Green+Blue) = 237+200+132=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC884 is #12377B. Grayscale: #CBCBCB. Windows color (decimal): -1193852 or 8702189. OLE color: 8702189.

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

Color convert

RGB 237 200 132 -
CMYK 0 0.16 0.44 0.07
HSL 38.86º 0.74% 0.72% -
HSV(B) 38.86º 0.44% 0.93% -
XYZ 59.74 60.98 30.45 -
YUV 203.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 237 200 132 0 0.16 0.44 0.07 38.86 0.74 0.72
Hex ED C8 84 0 10 2C 7 27 4A 48
Octal 355 310 204 0 20 54 7 47 112 110
Binary 11101101 11001000 10000100 0 10000 101100 111 100111 1001010 1001000

Color Harmonies of #EDC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC884

Black with #EDC884

Text Example


Text Example

White with #EDC884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC884; }

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

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

background-color css

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

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

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

border-color css

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

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

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