#EDCA8A

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

Shades of Marzipan #EDCA8A

Tints of Marzipan #EDCA8A

Color information

#EDCA8A (or 0xEDCA8A) is unknown color: approx Marzipan. HEX triplet: ED, CA and 8A. RGB value is (237,202,138). Sum of RGB (Red+Green+Blue) = 237+202+138=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA8A is #123575. Grayscale: #CDCDCD. Windows color (decimal): -1193334 or 9095917. OLE color: 9095917.

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

Color convert

RGB237202138-
CMYK00.150.420.07
HSL38.79º73.33%73.53%-
HSV(B)38.79º41.77%92.94%-
XYZ60.6362.0832.83-
YUV205.1790.1150.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=41.07%
G=35.01%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213800.150.420.0738.7973.3373.53
HexEDCA8A0F2A727494a
Octal35531221201752747111112
Binary1110110111001010100010100111110101011110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA8A; }

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

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

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

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

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

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

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

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