Html Css Color HEX #EDC483 Marzipan

📋 copy color: '#EDC483'

red 237 ◦ green 196 ◦ blue 131

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

Shades of Marzipan #EDC483

Tints of Marzipan #EDC483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.23%

R = 42.02%
G = 34.75%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC483 (or 0xEDC483) is known color: Marzipan. HEX triplet: ED, C4 and 83. RGB value is (237,196,131). Sum of RGB (Red+Green+Blue) = 237+196+131=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC483 is #123B7C. Grayscale: #C9C9C9. Windows color (decimal): -1194877 or 8635629. OLE color: 8635629.

HSL color Cylindrical-coordinate representation of color #EDC483: hue angle of 36.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDC483 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 131 -
CMYK 0 0.17 0.45 0.07
HSL 36.79º 0.75% 0.72% -
HSV(B) 36.79º 0.45% 0.93% -
XYZ 58.76 59.12 29.79 -
YUV 200.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 237 196 131 0 0.17 0.45 0.07 36.79 0.75 0.72
Hex ED C4 83 0 11 2D 7 25 4B 48
Octal 355 304 203 0 21 55 7 45 113 110
Binary 11101101 11000100 10000011 0 10001 101101 111 100101 1001011 1001000

Color Harmonies of #EDC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC483

Black with #EDC483

Text Example


Text Example

White with #EDC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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