Html Css Color HEX #EDC484 Marzipan

📋 copy color: '#EDC484'

red 237 ◦ green 196 ◦ blue 132

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

Shades of Marzipan #EDC484

Tints of Marzipan #EDC484

RGB

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

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

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

R = 41.95%
G = 34.69%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC484 (or 0xEDC484) is known color: Marzipan. HEX triplet: ED, C4 and 84. RGB value is (237,196,132). Sum of RGB (Red+Green+Blue) = 237+196+132=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC484 is #123B7B. Grayscale: #C9C9C9. Windows color (decimal): -1194876 or 8701165. OLE color: 8701165.

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

Color convert

RGB 237 196 132 -
CMYK 0 0.17 0.44 0.07
HSL 36.57º 0.74% 0.72% -
HSV(B) 36.57º 0.44% 0.93% -
XYZ 58.83 59.15 30.15 -
YUV 200.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 237 196 132 0 0.17 0.44 0.07 36.57 0.74 0.72
Hex ED C4 84 0 11 2C 7 25 4A 48
Octal 355 304 204 0 21 54 7 45 112 110
Binary 11101101 11000100 10000100 0 10001 101100 111 100101 1001010 1001000

Color Harmonies of #EDC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC484

Black with #EDC484

Text Example


Text Example

White with #EDC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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