Html Css Color HEX #EDD085 Marzipan

📋 copy color: '#EDD085'

red 237 ◦ green 208 ◦ blue 133

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

Shades of Marzipan #EDD085

Tints of Marzipan #EDD085

RGB

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

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

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

R = 41%
G = 35.99%
B = 23.01%

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

#EDD085 (or 0xEDD085) is known color: Marzipan. HEX triplet: ED, D0 and 85. RGB value is (237,208,133). Sum of RGB (Red+Green+Blue) = 237+208+133=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD085 is #122F7A. Grayscale: #D0D0D0. Windows color (decimal): -1191803 or 8769773. OLE color: 8769773.

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

Color convert

RGB 237 208 133 -
CMYK 0 0.12 0.44 0.07
HSL 43.27º 0.74% 0.73% -
HSV(B) 43.27º 0.44% 0.93% -
XYZ 61.71 64.81 31.45 -
YUV 208.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 237 208 133 0 0.12 0.44 0.07 43.27 0.74 0.73
Hex ED D0 85 0 C 2C 7 2B 4A 49
Octal 355 320 205 0 14 54 7 53 112 111
Binary 11101101 11010000 10000101 0 1100 101100 111 101011 1001010 1001001

Color Harmonies of #EDD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD085

Black with #EDD085

Text Example


Text Example

White with #EDD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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