Html Css Color HEX #EDC377 Marzipan

📋 copy color: '#EDC377'

red 237 ◦ green 195 ◦ blue 119

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

Shades of Marzipan #EDC377

Tints of Marzipan #EDC377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

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

R = 43.01%
G = 35.39%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC377 (or 0xEDC377) is known color: Marzipan. HEX triplet: ED, C3 and 77. RGB value is (237,195,119). Sum of RGB (Red+Green+Blue) = 237+195+119=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC377 is #123C88. Grayscale: #C7C7C7. Windows color (decimal): -1195145 or 7848941. OLE color: 7848941.

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

Color convert

RGB 237 195 119 -
CMYK 0 0.18 0.50 0.07
HSL 38.64º 0.77% 0.7% -
HSV(B) 38.64º 0.5% 0.93% -
XYZ 57.77 58.37 25.67 -
YUV 198.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 237 195 119 0 0.18 0.50 0.07 38.64 0.77 0.7
Hex ED C3 77 0 12 32 7 27 4D 46
Octal 355 303 167 0 22 62 7 47 115 106
Binary 11101101 11000011 1110111 0 10010 110010 111 100111 1001101 1000110

Color Harmonies of #EDC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC377

Black with #EDC377

Text Example


Text Example

White with #EDC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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