Html Css Color HEX #EDD086 Marzipan

📋 copy color: '#EDD086'

red 237 ◦ green 208 ◦ blue 134

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

Shades of Marzipan #EDD086

Tints of Marzipan #EDD086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 40.93%
G = 35.92%
B = 23.14%

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

#EDD086 (or 0xEDD086) is known color: Marzipan. HEX triplet: ED, D0 and 86. RGB value is (237,208,134). Sum of RGB (Red+Green+Blue) = 237+208+134=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD086 is #122F79. Grayscale: #D0D0D0. Windows color (decimal): -1191802 or 8835309. OLE color: 8835309.

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

Color convert

RGB 237 208 134 -
CMYK 0 0.12 0.43 0.07
HSL 43.11º 0.74% 0.73% -
HSV(B) 43.11º 0.43% 0.93% -
XYZ 61.78 64.84 31.81 -
YUV 208.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 237 208 134 0 0.12 0.43 0.07 43.11 0.74 0.73
Hex ED D0 86 0 C 2B 7 2B 4A 49
Octal 355 320 206 0 14 53 7 53 112 111
Binary 11101101 11010000 10000110 0 1100 101011 111 101011 1001010 1001001

Color Harmonies of #EDD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD086

Black with #EDD086

Text Example


Text Example

White with #EDD086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD086; }

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

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

background-color css

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

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

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

border-color css

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

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

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