Html Css Color HEX #EDD083 Marzipan

📋 copy color: '#EDD083'

red 237 ◦ green 208 ◦ blue 131

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

Shades of Marzipan #EDD083

Tints of Marzipan #EDD083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.74%

R = 41.15%
G = 36.11%
B = 22.74%

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

#EDD083 (or 0xEDD083) is known color: Marzipan. HEX triplet: ED, D0 and 83. RGB value is (237,208,131). Sum of RGB (Red+Green+Blue) = 237+208+131=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD083 is #122F7C. Grayscale: #D0D0D0. Windows color (decimal): -1191805 or 8638701. OLE color: 8638701.

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

Color convert

RGB 237 208 131 -
CMYK 0 0.12 0.45 0.07
HSL 43.58º 0.75% 0.72% -
HSV(B) 43.58º 0.45% 0.93% -
XYZ 61.58 64.75 30.73 -
YUV 207.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 237 208 131 0 0.12 0.45 0.07 43.58 0.75 0.72
Hex ED D0 83 0 C 2D 7 2C 4B 48
Octal 355 320 203 0 14 55 7 54 113 110
Binary 11101101 11010000 10000011 0 1100 101101 111 101100 1001011 1001000

Color Harmonies of #EDD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD083

Black with #EDD083

Text Example


Text Example

White with #EDD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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