Html Css Color HEX #EDC88C Marzipan

📋 copy color: '#EDC88C'

red 237 ◦ green 200 ◦ blue 140

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

Shades of Marzipan #EDC88C

Tints of Marzipan #EDC88C

RGB

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

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

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

R = 41.07%
G = 34.66%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC88C (or 0xEDC88C) is known color: Marzipan. HEX triplet: ED, C8 and 8C. RGB value is (237,200,140). Sum of RGB (Red+Green+Blue) = 237+200+140=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88C is #123773. Grayscale: #CCCCCC. Windows color (decimal): -1193844 or 9226477. OLE color: 9226477.

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

Color convert

RGB 237 200 140 -
CMYK 0 0.16 0.41 0.07
HSL 37.11º 0.73% 0.74% -
HSV(B) 37.11º 0.41% 0.93% -
XYZ 60.31 61.21 33.45 -
YUV 204.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 237 200 140 0 0.16 0.41 0.07 37.11 0.73 0.74
Hex ED C8 8C 0 10 29 7 25 49 4A
Octal 355 310 214 0 20 51 7 45 111 112
Binary 11101101 11001000 10001100 0 10000 101001 111 100101 1001001 1001010

Color Harmonies of #EDC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC88C

Black with #EDC88C

Text Example


Text Example

White with #EDC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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