Html Css Color HEX #EDC681 Marzipan

📋 copy color: '#EDC681'

red 237 ◦ green 198 ◦ blue 129

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

Shades of Marzipan #EDC681

Tints of Marzipan #EDC681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.87%

R = 42.02%
G = 35.11%
B = 22.87%

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

#EDC681 (or 0xEDC681) is known color: Marzipan. HEX triplet: ED, C6 and 81. RGB value is (237,198,129). Sum of RGB (Red+Green+Blue) = 237+198+129=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC681 is #12397E. Grayscale: #CACACA. Windows color (decimal): -1194367 or 8505069. OLE color: 8505069.

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

Color convert

RGB 237 198 129 -
CMYK 0 0.16 0.46 0.07
HSL 38.33º 0.75% 0.72% -
HSV(B) 38.33º 0.46% 0.93% -
XYZ 59.08 59.98 29.23 -
YUV 201.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 237 198 129 0 0.16 0.46 0.07 38.33 0.75 0.72
Hex ED C6 81 0 10 2E 7 26 4B 48
Octal 355 306 201 0 20 56 7 46 113 110
Binary 11101101 11000110 10000001 0 10000 101110 111 100110 1001011 1001000

Color Harmonies of #EDC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC681

Black with #EDC681

Text Example


Text Example

White with #EDC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC681; }

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

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

background-color css

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

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

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

border-color css

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

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

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