Html Css Color HEX #EDC87F Marzipan

📋 copy color: '#EDC87F'

red 237 ◦ green 200 ◦ blue 127

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

Shades of Marzipan #EDC87F

Tints of Marzipan #EDC87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 42.02%
G = 35.46%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC87F (or 0xEDC87F) is known color: Marzipan. HEX triplet: ED, C8 and 7F. RGB value is (237,200,127). Sum of RGB (Red+Green+Blue) = 237+200+127=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC87F is #123780. Grayscale: #CBCBCB. Windows color (decimal): -1193857 or 8374509. OLE color: 8374509.

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

Color convert

RGB 237 200 127 -
CMYK 0 0.16 0.46 0.07
HSL 39.82º 0.75% 0.71% -
HSV(B) 39.82º 0.46% 0.93% -
XYZ 59.41 60.85 28.69 -
YUV 202.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 237 200 127 0 0.16 0.46 0.07 39.82 0.75 0.71
Hex ED C8 7F 0 10 2E 7 28 4B 47
Octal 355 310 177 0 20 56 7 50 113 107
Binary 11101101 11001000 1111111 0 10000 101110 111 101000 1001011 1000111

Color Harmonies of #EDC87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC87F

Black with #EDC87F

Text Example


Text Example

White with #EDC87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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