Html Css Color HEX #EDC284 Marzipan

📋 copy color: '#EDC284'

red 237 ◦ green 194 ◦ blue 132

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

Shades of Marzipan #EDC284

Tints of Marzipan #EDC284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.45%

R = 42.1%
G = 34.46%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC284 (or 0xEDC284) is known color: Marzipan. HEX triplet: ED, C2 and 84. RGB value is (237,194,132). Sum of RGB (Red+Green+Blue) = 237+194+132=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC284 is #123D7B. Grayscale: #C8C8C8. Windows color (decimal): -1195388 or 8700653. OLE color: 8700653.

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

Color convert

RGB 237 194 132 -
CMYK 0 0.18 0.44 0.07
HSL 35.43º 0.74% 0.72% -
HSV(B) 35.43º 0.44% 0.93% -
XYZ 58.38 58.25 30 -
YUV 199.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 237 194 132 0 0.18 0.44 0.07 35.43 0.74 0.72
Hex ED C2 84 0 12 2C 7 23 4A 48
Octal 355 302 204 0 22 54 7 43 112 110
Binary 11101101 11000010 10000100 0 10010 101100 111 100011 1001010 1001000

Color Harmonies of #EDC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC284

Black with #EDC284

Text Example


Text Example

White with #EDC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC284; }

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

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

background-color css

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

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

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

border-color css

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

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

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