Html Css Color HEX #EDC987 Marzipan

📋 copy color: '#EDC987'

red 237 ◦ green 201 ◦ blue 135

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

Shades of Marzipan #EDC987

Tints of Marzipan #EDC987

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

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

R = 41.36%
G = 35.08%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC987 (or 0xEDC987) is known color: Marzipan. HEX triplet: ED, C9 and 87. RGB value is (237,201,135). Sum of RGB (Red+Green+Blue) = 237+201+135=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC987 is #123678. Grayscale: #CCCCCC. Windows color (decimal): -1193593 or 8899053. OLE color: 8899053.

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

Color convert

RGB 237 201 135 -
CMYK 0 0.15 0.43 0.07
HSL 38.82º 0.74% 0.73% -
HSV(B) 38.82º 0.43% 0.93% -
XYZ 60.18 61.53 31.63 -
YUV 204.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 237 201 135 0 0.15 0.43 0.07 38.82 0.74 0.73
Hex ED C9 87 0 F 2B 7 27 4A 49
Octal 355 311 207 0 17 53 7 47 112 111
Binary 11101101 11001001 10000111 0 1111 101011 111 100111 1001010 1001001

Color Harmonies of #EDC987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC987

Black with #EDC987

Text Example


Text Example

White with #EDC987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC987; }

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

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

background-color css

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

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

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

border-color css

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

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

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