Html Css Color HEX #EDD185 Marzipan

📋 copy color: '#EDD185'

red 237 ◦ green 209 ◦ blue 133

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

Shades of Marzipan #EDD185

Tints of Marzipan #EDD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.1%

 BLUE value IS 133 (52.34% from 255) = 22.97%

R = 40.93%
G = 36.1%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD185 (or 0xEDD185) is known color: Marzipan. HEX triplet: ED, D1 and 85. RGB value is (237,209,133). Sum of RGB (Red+Green+Blue) = 237+209+133=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD185 is #122E7A. Grayscale: #D1D1D1. Windows color (decimal): -1191547 or 8770029. OLE color: 8770029.

HSL color Cylindrical-coordinate representation of color #EDD185: hue angle of 43.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD185 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 133 -
CMYK 0 0.12 0.44 0.07
HSL 43.85º 0.74% 0.73% -
HSV(B) 43.85º 0.44% 0.93% -
XYZ 61.96 65.3 31.53 -
YUV 208.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 237 209 133 0 0.12 0.44 0.07 43.85 0.74 0.73
Hex ED D1 85 0 C 2C 7 2C 4A 49
Octal 355 321 205 0 14 54 7 54 112 111
Binary 11101101 11010001 10000101 0 1100 101100 111 101100 1001010 1001001

Color Harmonies of #EDD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD185

Black with #EDD185

Text Example


Text Example

White with #EDD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD185; }

 p { color: rgb(237,209,133); }

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

background-color css

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

 a { background-color: rgb(237,209,133); }

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

border-color css

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

 span { border-color: rgb(237,209,133); }

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