Html Css Color HEX #EDC684 Marzipan

📋 copy color: '#EDC684'

red 237 ◦ green 198 ◦ blue 132

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

Shades of Marzipan #EDC684

Tints of Marzipan #EDC684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.28%

R = 41.8%
G = 34.92%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC684 (or 0xEDC684) is known color: Marzipan. HEX triplet: ED, C6 and 84. RGB value is (237,198,132). Sum of RGB (Red+Green+Blue) = 237+198+132=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC684 is #12397B. Grayscale: #CACACA. Windows color (decimal): -1194364 or 8701677. OLE color: 8701677.

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

Color convert

RGB 237 198 132 -
CMYK 0 0.16 0.44 0.07
HSL 37.71º 0.74% 0.72% -
HSV(B) 37.71º 0.44% 0.93% -
XYZ 59.28 60.06 30.3 -
YUV 202.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 237 198 132 0 0.16 0.44 0.07 37.71 0.74 0.72
Hex ED C6 84 0 10 2C 7 26 4A 48
Octal 355 306 204 0 20 54 7 46 112 110
Binary 11101101 11000110 10000100 0 10000 101100 111 100110 1001010 1001000

Color Harmonies of #EDC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC684

Black with #EDC684

Text Example


Text Example

White with #EDC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC684; }

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

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

background-color css

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

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

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

border-color css

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

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

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