Html Css Color HEX #EDC175 Marzipan

📋 copy color: '#EDC175'

red 237 ◦ green 193 ◦ blue 117

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

Shades of Marzipan #EDC175

Tints of Marzipan #EDC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

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

R = 43.33%
G = 35.28%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC175 (or 0xEDC175) is known color: Marzipan. HEX triplet: ED, C1 and 75. RGB value is (237,193,117). Sum of RGB (Red+Green+Blue) = 237+193+117=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC175 is #123E8A. Grayscale: #C5C5C5. Windows color (decimal): -1195659 or 7717357. OLE color: 7717357.

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

Color convert

RGB 237 193 117 -
CMYK 0 0.19 0.51 0.07
HSL 38º 0.77% 0.69% -
HSV(B) 38º 0.51% 0.93% -
XYZ 57.21 57.43 24.9 -
YUV 197.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 237 193 117 0 0.19 0.51 0.07 38 0.77 0.69
Hex ED C1 75 0 13 33 7 26 4D 45
Octal 355 301 165 0 23 63 7 46 115 105
Binary 11101101 11000001 1110101 0 10011 110011 111 100110 1001101 1000101

Color Harmonies of #EDC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC175

Black with #EDC175

Text Example


Text Example

White with #EDC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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