Html Css Color HEX #EDC683 Marzipan

📋 copy color: '#EDC683'

red 237 ◦ green 198 ◦ blue 131

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

Shades of Marzipan #EDC683

Tints of Marzipan #EDC683

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

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

R = 41.87%
G = 34.98%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC683 (or 0xEDC683) is known color: Marzipan. HEX triplet: ED, C6 and 83. RGB value is (237,198,131). Sum of RGB (Red+Green+Blue) = 237+198+131=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC683 is #12397C. Grayscale: #CACACA. Windows color (decimal): -1194365 or 8636141. OLE color: 8636141.

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

Color convert

RGB 237 198 131 -
CMYK 0 0.16 0.45 0.07
HSL 37.92º 0.75% 0.72% -
HSV(B) 37.92º 0.45% 0.93% -
XYZ 59.22 60.03 29.94 -
YUV 202.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 237 198 131 0 0.16 0.45 0.07 37.92 0.75 0.72
Hex ED C6 83 0 10 2D 7 26 4B 48
Octal 355 306 203 0 20 55 7 46 113 110
Binary 11101101 11000110 10000011 0 10000 101101 111 100110 1001011 1001000

Color Harmonies of #EDC683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC683

Black with #EDC683

Text Example


Text Example

White with #EDC683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC683; }

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

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

background-color css

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

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

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

border-color css

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

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

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