Html Css Color HEX #EDC888 Marzipan

📋 copy color: '#EDC888'

red 237 ◦ green 200 ◦ blue 136

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

Shades of Marzipan #EDC888

Tints of Marzipan #EDC888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 41.36%
G = 34.9%
B = 23.73%

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

#EDC888 (or 0xEDC888) is known color: Marzipan. HEX triplet: ED, C8 and 88. RGB value is (237,200,136). Sum of RGB (Red+Green+Blue) = 237+200+136=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC888 is #123777. Grayscale: #CCCCCC. Windows color (decimal): -1193848 or 8964333. OLE color: 8964333.

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

Color convert

RGB 237 200 136 -
CMYK 0 0.16 0.43 0.07
HSL 38.02º 0.74% 0.73% -
HSV(B) 38.02º 0.43% 0.93% -
XYZ 60.02 61.09 31.92 -
YUV 203.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 237 200 136 0 0.16 0.43 0.07 38.02 0.74 0.73
Hex ED C8 88 0 10 2B 7 26 4A 49
Octal 355 310 210 0 20 53 7 46 112 111
Binary 11101101 11001000 10001000 0 10000 101011 111 100110 1001010 1001001

Color Harmonies of #EDC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC888

Black with #EDC888

Text Example


Text Example

White with #EDC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC888; }

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

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

background-color css

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

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

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

border-color css

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

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

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