#EDCA83

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

Shades of Marzipan #EDCA83

Tints of Marzipan #EDCA83

Color information

#EDCA83 (or 0xEDCA83) is unknown color: approx Marzipan. HEX triplet: ED, CA and 83. RGB value is (237,202,131). Sum of RGB (Red+Green+Blue) = 237+202+131=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA83 is #12357C. Grayscale: #CCCCCC. Windows color (decimal): -1193341 or 8637165. OLE color: 8637165.

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

Color convert

RGB237202131-
CMYK00.150.450.07
HSL40.19º74.65%72.16%-
HSV(B)40.19º44.73%92.94%-
XYZ60.1461.8830.25-
YUV204.3786.6151.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=41.58%
G=35.44%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213100.150.450.0740.1974.6572.16
HexEDCA830F2D7284b48
Octal35531220301755750113110
Binary1110110111001010100000110111110110111110100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA83; }

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

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

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

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

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

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

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

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