Html Css Color HEX #EDC277 Marzipan

📋 copy color: '#EDC277'

red 237 ◦ green 194 ◦ blue 119

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

Shades of Marzipan #EDC277

Tints of Marzipan #EDC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 43.09%
G = 35.27%
B = 21.64%

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

#EDC277 (or 0xEDC277) is known color: Marzipan. HEX triplet: ED, C2 and 77. RGB value is (237,194,119). Sum of RGB (Red+Green+Blue) = 237+194+119=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC277 is #123D88. Grayscale: #C6C6C6. Windows color (decimal): -1195401 or 7848685. OLE color: 7848685.

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

Color convert

RGB 237 194 119 -
CMYK 0 0.18 0.50 0.07
HSL 38.14º 0.77% 0.7% -
HSV(B) 38.14º 0.5% 0.93% -
XYZ 57.55 57.92 25.6 -
YUV 198.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 237 194 119 0 0.18 0.50 0.07 38.14 0.77 0.7
Hex ED C2 77 0 12 32 7 26 4D 46
Octal 355 302 167 0 22 62 7 46 115 106
Binary 11101101 11000010 1110111 0 10010 110010 111 100110 1001101 1000110

Color Harmonies of #EDC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC277

Black with #EDC277

Text Example


Text Example

White with #EDC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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