Html Css Color HEX #EDD184 Marzipan

📋 copy color: '#EDD184'

red 237 ◦ green 209 ◦ blue 132

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

Shades of Marzipan #EDD184

Tints of Marzipan #EDD184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.84%

R = 41%
G = 36.16%
B = 22.84%

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

#EDD184 (or 0xEDD184) is known color: Marzipan. HEX triplet: ED, D1 and 84. RGB value is (237,209,132). Sum of RGB (Red+Green+Blue) = 237+209+132=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD184 is #122E7B. Grayscale: #D0D0D0. Windows color (decimal): -1191548 or 8704493. OLE color: 8704493.

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

Color convert

RGB 237 209 132 -
CMYK 0 0.12 0.44 0.07
HSL 44º 0.74% 0.72% -
HSV(B) 44º 0.44% 0.93% -
XYZ 61.89 65.27 31.17 -
YUV 208.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 237 209 132 0 0.12 0.44 0.07 44 0.74 0.72
Hex ED D1 84 0 C 2C 7 2C 4A 48
Octal 355 321 204 0 14 54 7 54 112 110
Binary 11101101 11010001 10000100 0 1100 101100 111 101100 1001010 1001000

Color Harmonies of #EDD184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD184

Black with #EDD184

Text Example


Text Example

White with #EDD184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD184; }

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

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

background-color css

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

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

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

border-color css

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

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

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