Html Css Color HEX #EDD082 Marzipan

📋 copy color: '#EDD082'

red 237 ◦ green 208 ◦ blue 130

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

Shades of Marzipan #EDD082

Tints of Marzipan #EDD082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.61%

R = 41.22%
G = 36.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD082 (or 0xEDD082) is known color: Marzipan. HEX triplet: ED, D0 and 82. RGB value is (237,208,130). Sum of RGB (Red+Green+Blue) = 237+208+130=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD082 is #122F7D. Grayscale: #D0D0D0. Windows color (decimal): -1191806 or 8573165. OLE color: 8573165.

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

Color convert

RGB 237 208 130 -
CMYK 0 0.12 0.45 0.07
HSL 43.74º 0.75% 0.72% -
HSV(B) 43.74º 0.45% 0.93% -
XYZ 61.51 64.73 30.37 -
YUV 207.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 237 208 130 0 0.12 0.45 0.07 43.74 0.75 0.72
Hex ED D0 82 0 C 2D 7 2C 4B 48
Octal 355 320 202 0 14 55 7 54 113 110
Binary 11101101 11010000 10000010 0 1100 101101 111 101100 1001011 1001000

Color Harmonies of #EDD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD082

Black with #EDD082

Text Example


Text Example

White with #EDD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD082; }

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

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

background-color css

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

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

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

border-color css

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

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

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