Html Css Color HEX #EDC477 Marzipan

📋 copy color: '#EDC477'

red 237 ◦ green 196 ◦ blue 119

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

Shades of Marzipan #EDC477

Tints of Marzipan #EDC477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.56%

R = 42.93%
G = 35.51%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC477 (or 0xEDC477) is known color: Marzipan. HEX triplet: ED, C4 and 77. RGB value is (237,196,119). Sum of RGB (Red+Green+Blue) = 237+196+119=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC477 is #123B88. Grayscale: #C7C7C7. Windows color (decimal): -1194889 or 7849197. OLE color: 7849197.

HSL color Cylindrical-coordinate representation of color #EDC477: hue angle of 39.15º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC477 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 119 -
CMYK 0 0.17 0.50 0.07
HSL 39.15º 0.77% 0.7% -
HSV(B) 39.15º 0.5% 0.93% -
XYZ 57.99 58.82 25.75 -
YUV 199.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 237 196 119 0 0.17 0.50 0.07 39.15 0.77 0.7
Hex ED C4 77 0 11 32 7 27 4D 46
Octal 355 304 167 0 21 62 7 47 115 106
Binary 11101101 11000100 1110111 0 10001 110010 111 100111 1001101 1000110

Color Harmonies of #EDC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC477

Black with #EDC477

Text Example


Text Example

White with #EDC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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