Html Css Color HEX #EDC384 Marzipan

📋 copy color: '#EDC384'

red 237 ◦ green 195 ◦ blue 132

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

Shades of Marzipan #EDC384

Tints of Marzipan #EDC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

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

R = 42.02%
G = 34.57%
B = 23.4%

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

#EDC384 (or 0xEDC384) is known color: Marzipan. HEX triplet: ED, C3 and 84. RGB value is (237,195,132). Sum of RGB (Red+Green+Blue) = 237+195+132=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC384 is #123C7B. Grayscale: #C8C8C8. Windows color (decimal): -1195132 or 8700909. OLE color: 8700909.

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

Color convert

RGB 237 195 132 -
CMYK 0 0.18 0.44 0.07
HSL 36º 0.74% 0.72% -
HSV(B) 36º 0.44% 0.93% -
XYZ 58.61 58.7 30.07 -
YUV 200.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 237 195 132 0 0.18 0.44 0.07 36 0.74 0.72
Hex ED C3 84 0 12 2C 7 24 4A 48
Octal 355 303 204 0 22 54 7 44 112 110
Binary 11101101 11000011 10000100 0 10010 101100 111 100100 1001010 1001000

Color Harmonies of #EDC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC384

Black with #EDC384

Text Example


Text Example

White with #EDC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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