#EDCA84

Color #EDCA84 Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EDCA84

Tints of Marzipan #EDCA84

Color information

#EDCA84 (or 0xEDCA84) is unknown color: approx Marzipan. HEX triplet: ED, CA and 84. RGB value is (237,202,132). Sum of RGB (Red+Green+Blue) = 237+202+132=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA84 is #12357B. Grayscale: #CCCCCC. Windows color (decimal): -1193340 or 8702701. OLE color: 8702701.

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

Color convert

RGB237202132-
CMYK00.150.440.07
HSL40º74.47%72.35%-
HSV(B)40º44.3%92.94%-
XYZ60.2161.9130.61-
YUV204.4887.1151.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=41.51%
G=35.38%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213200.150.440.074074.4772.35
HexEDCA840F2C7284a48
Octal35531220401754750112110
Binary1110110111001010100001000111110110011110100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA84; }

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

 H1.HeaderClassName
 {
   color: #EDCA84;
 }
 .AnyTagClassName
 {
   color: #EDCA84;
 }
</style>
background-color css

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

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

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

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

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

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