#EDC377

Color #EDC377 Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EDC377

Tints of Marzipan #EDC377

Color information

#EDC377 (or 0xEDC377) is unknown color: approx 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

RGB237195119-
CMYK00.180.500.07
HSL38.64º76.62%69.8%-
HSV(B)38.64º49.79%92.94%-
XYZ57.7758.3725.67-
YUV198.8982.91155.18-

RGB Variations

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

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.60%
R=43.01%
G=35.39%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719511900.180.500.0738.6476.6269.8
HexEDC377012327274d46
Octal35530316702262747115106
Binary1110110111000011111011101001011001011110011110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>