Html Css Color HEX #EDC680 Marzipan

📋 copy color: '#EDC680'

red 237 ◦ green 198 ◦ blue 128

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

Shades of Marzipan #EDC680

Tints of Marzipan #EDC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.74%

R = 42.1%
G = 35.17%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC680 (or 0xEDC680) is known color: Marzipan. HEX triplet: ED, C6 and 80. RGB value is (237,198,128). Sum of RGB (Red+Green+Blue) = 237+198+128=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC680 is #12397F. Grayscale: #CACACA. Windows color (decimal): -1194368 or 8439533. OLE color: 8439533.

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

Color convert

RGB 237 198 128 -
CMYK 0 0.16 0.46 0.07
HSL 38.53º 0.75% 0.72% -
HSV(B) 38.53º 0.46% 0.93% -
XYZ 59.02 59.95 28.88 -
YUV 201.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 237 198 128 0 0.16 0.46 0.07 38.53 0.75 0.72
Hex ED C6 80 0 10 2E 7 27 4B 48
Octal 355 306 200 0 20 56 7 47 113 110
Binary 11101101 11000110 10000000 0 10000 101110 111 100111 1001011 1001000

Color Harmonies of #EDC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC680

Black with #EDC680

Text Example


Text Example

White with #EDC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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