Html Css Color HEX #EDC983 Marzipan

📋 copy color: '#EDC983'

red 237 ◦ green 201 ◦ blue 131

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

Shades of Marzipan #EDC983

Tints of Marzipan #EDC983

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.33%

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

R = 41.65%
G = 35.33%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC983 (or 0xEDC983) is known color: Marzipan. HEX triplet: ED, C9 and 83. RGB value is (237,201,131). Sum of RGB (Red+Green+Blue) = 237+201+131=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC983 is #12367C. Grayscale: #CCCCCC. Windows color (decimal): -1193597 or 8636909. OLE color: 8636909.

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

Color convert

RGB 237 201 131 -
CMYK 0 0.15 0.45 0.07
HSL 39.62º 0.75% 0.72% -
HSV(B) 39.62º 0.45% 0.93% -
XYZ 59.91 61.42 30.17 -
YUV 203.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 237 201 131 0 0.15 0.45 0.07 39.62 0.75 0.72
Hex ED C9 83 0 F 2D 7 28 4B 48
Octal 355 311 203 0 17 55 7 50 113 110
Binary 11101101 11001001 10000011 0 1111 101101 111 101000 1001011 1001000

Color Harmonies of #EDC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC983

Black with #EDC983

Text Example


Text Example

White with #EDC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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