Html Css Color HEX #EDD087 Marzipan

📋 copy color: '#EDD087'

red 237 ◦ green 208 ◦ blue 135

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

Shades of Marzipan #EDD087

Tints of Marzipan #EDD087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

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

R = 40.86%
G = 35.86%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD087 (or 0xEDD087) is known color: Marzipan. HEX triplet: ED, D0 and 87. RGB value is (237,208,135). Sum of RGB (Red+Green+Blue) = 237+208+135=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD087 is #122F78. Grayscale: #D0D0D0. Windows color (decimal): -1191801 or 8900845. OLE color: 8900845.

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

Color convert

RGB 237 208 135 -
CMYK 0 0.12 0.43 0.07
HSL 42.94º 0.74% 0.73% -
HSV(B) 42.94º 0.43% 0.93% -
XYZ 61.85 64.87 32.18 -
YUV 208.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 237 208 135 0 0.12 0.43 0.07 42.94 0.74 0.73
Hex ED D0 87 0 C 2B 7 2B 4A 49
Octal 355 320 207 0 14 53 7 53 112 111
Binary 11101101 11010000 10000111 0 1100 101011 111 101011 1001010 1001001

Color Harmonies of #EDD087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD087

Black with #EDD087

Text Example


Text Example

White with #EDD087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD087; }

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

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

background-color css

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

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

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

border-color css

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

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

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