Html Css Color HEX #EDCD84 Marzipan

📋 copy color: '#EDCD84'

red 237 ◦ green 205 ◦ blue 132

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

Shades of Marzipan #EDCD84

Tints of Marzipan #EDCD84

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 41.29%
G = 35.71%
B = 23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDCD84 (or 0xEDCD84) is known color: Marzipan. HEX triplet: ED, CD and 84. RGB value is (237,205,132). Sum of RGB (Red+Green+Blue) = 237+205+132=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD84 is #12327B. Grayscale: #CECECE. Windows color (decimal): -1192572 or 8703469. OLE color: 8703469.

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

Color convert

RGB 237 205 132 -
CMYK 0 0.14 0.44 0.07
HSL 41.71º 0.74% 0.72% -
HSV(B) 41.71º 0.44% 0.93% -
XYZ 60.92 63.33 30.84 -
YUV 206.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 237 205 132 0 0.14 0.44 0.07 41.71 0.74 0.72
Hex ED CD 84 0 E 2C 7 2A 4A 48
Octal 355 315 204 0 16 54 7 52 112 110
Binary 11101101 11001101 10000100 0 1110 101100 111 101010 1001010 1001000

Color Harmonies of #EDCD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD84

Black with #EDCD84

Text Example


Text Example

White with #EDCD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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