Html Css Color HEX #EDC17E Marzipan

📋 copy color: '#EDC17E'

red 237 ◦ green 193 ◦ blue 126

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

Shades of Marzipan #EDC17E

Tints of Marzipan #EDC17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.66%

R = 42.63%
G = 34.71%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC17E (or 0xEDC17E) is known color: Marzipan. HEX triplet: ED, C1 and 7E. RGB value is (237,193,126). Sum of RGB (Red+Green+Blue) = 237+193+126=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17E is #123E81. Grayscale: #C6C6C6. Windows color (decimal): -1195650 or 8307181. OLE color: 8307181.

HSL color Cylindrical-coordinate representation of color #EDC17E: hue angle of 36.22º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC17E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 126 -
CMYK 0 0.19 0.47 0.07
HSL 36.22º 0.76% 0.71% -
HSV(B) 36.22º 0.47% 0.93% -
XYZ 57.76 57.65 27.82 -
YUV 198.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 237 193 126 0 0.19 0.47 0.07 36.22 0.76 0.71
Hex ED C1 7E 0 13 2F 7 24 4C 47
Octal 355 301 176 0 23 57 7 44 114 107
Binary 11101101 11000001 1111110 0 10011 101111 111 100100 1001100 1000111

Color Harmonies of #EDC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC17E

Black with #EDC17E

Text Example


Text Example

White with #EDC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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