Html Css Color HEX #EDC874 Marzipan

📋 copy color: '#EDC874'

red 237 ◦ green 200 ◦ blue 116

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

Shades of Marzipan #EDC874

Tints of Marzipan #EDC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

 BLUE value IS 116 (45.7% from 255) = 20.98%

R = 42.86%
G = 36.17%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC874 (or 0xEDC874) is known color: Marzipan. HEX triplet: ED, C8 and 74. RGB value is (237,200,116). Sum of RGB (Red+Green+Blue) = 237+200+116=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC874 is #12378B. Grayscale: #C9C9C9. Windows color (decimal): -1193868 or 7653613. OLE color: 7653613.

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

Color convert

RGB 237 200 116 -
CMYK 0 0.16 0.51 0.07
HSL 41.65º 0.77% 0.69% -
HSV(B) 41.65º 0.51% 0.93% -
XYZ 58.73 60.57 25.12 -
YUV 201.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 237 200 116 0 0.16 0.51 0.07 41.65 0.77 0.69
Hex ED C8 74 0 10 33 7 2A 4D 45
Octal 355 310 164 0 20 63 7 52 115 105
Binary 11101101 11001000 1110100 0 10000 110011 111 101010 1001101 1000101

Color Harmonies of #EDC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC874

Black with #EDC874

Text Example


Text Example

White with #EDC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC874; }

 p { color: rgb(237,200,116); }

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

background-color css

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

 a { background-color: rgb(237,200,116); }

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

border-color css

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

 span { border-color: rgb(237,200,116); }

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