Html Css Color HEX #EDC47E Marzipan

📋 copy color: '#EDC47E'

red 237 ◦ green 196 ◦ blue 126

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

Shades of Marzipan #EDC47E

Tints of Marzipan #EDC47E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.06%

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

R = 42.4%
G = 35.06%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC47E (or 0xEDC47E) is known color: Marzipan. HEX triplet: ED, C4 and 7E. RGB value is (237,196,126). Sum of RGB (Red+Green+Blue) = 237+196+126=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC47E is #123B81. Grayscale: #C8C8C8. Windows color (decimal): -1194882 or 8307949. OLE color: 8307949.

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

Color convert

RGB 237 196 126 -
CMYK 0 0.17 0.47 0.07
HSL 37.84º 0.76% 0.71% -
HSV(B) 37.84º 0.47% 0.93% -
XYZ 58.43 58.99 28.05 -
YUV 200.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 237 196 126 0 0.17 0.47 0.07 37.84 0.76 0.71
Hex ED C4 7E 0 11 2F 7 26 4C 47
Octal 355 304 176 0 21 57 7 46 114 107
Binary 11101101 11000100 1111110 0 10001 101111 111 100110 1001100 1000111

Color Harmonies of #EDC47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC47E

Black with #EDC47E

Text Example


Text Example

White with #EDC47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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