#EDCA8B

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

Shades of Marzipan #EDCA8B

Tints of Marzipan #EDCA8B

Color information

#EDCA8B (or 0xEDCA8B) is unknown color: approx Marzipan. HEX triplet: ED, CA and 8B. RGB value is (237,202,139). Sum of RGB (Red+Green+Blue) = 237+202+139=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA8B is #123574. Grayscale: #CDCDCD. Windows color (decimal): -1193333 or 9161453. OLE color: 9161453.

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

Color convert

RGB237202139-
CMYK00.150.410.07
HSL38.57º73.13%73.73%-
HSV(B)38.57º41.35%92.94%-
XYZ60.7162.1133.21-
YUV205.2890.6150.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=41.00%
G=34.95%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213900.150.410.0738.5773.1373.73
HexEDCA8B0F29727494a
Octal35531221301751747111112
Binary1110110111001010100010110111110100111110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA8B; }

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

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

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

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

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

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

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

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