Html Css Color HEX #EDC875 Marzipan

📋 copy color: '#EDC875'

red 237 ◦ green 200 ◦ blue 117

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

Shades of Marzipan #EDC875

Tints of Marzipan #EDC875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 42.78%
G = 36.1%
B = 21.12%

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

#EDC875 (or 0xEDC875) is known color: Marzipan. HEX triplet: ED, C8 and 75. RGB value is (237,200,117). Sum of RGB (Red+Green+Blue) = 237+200+117=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC875 is #12378A. Grayscale: #C9C9C9. Windows color (decimal): -1193867 or 7719149. OLE color: 7719149.

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

Color convert

RGB 237 200 117 -
CMYK 0 0.16 0.51 0.07
HSL 41.5º 0.77% 0.69% -
HSV(B) 41.5º 0.51% 0.93% -
XYZ 58.79 60.6 25.43 -
YUV 201.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 237 200 117 0 0.16 0.51 0.07 41.5 0.77 0.69
Hex ED C8 75 0 10 33 7 2A 4D 45
Octal 355 310 165 0 20 63 7 52 115 105
Binary 11101101 11001000 1110101 0 10000 110011 111 101010 1001101 1000101

Color Harmonies of #EDC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC875

Black with #EDC875

Text Example


Text Example

White with #EDC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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