#EDCA81

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

Shades of Marzipan #EDCA81

Tints of Marzipan #EDCA81

Color information

#EDCA81 (or 0xEDCA81) is unknown color: approx Marzipan. HEX triplet: ED, CA and 81. RGB value is (237,202,129). Sum of RGB (Red+Green+Blue) = 237+202+129=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA81 is #12357E. Grayscale: #CCCCCC. Windows color (decimal): -1193343 or 8506093. OLE color: 8506093.

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

Color convert

RGB237202129-
CMYK00.150.460.07
HSL40.56º75%71.76%-
HSV(B)40.56º45.57%92.94%-
XYZ60.0161.8329.54-
YUV204.1485.6151.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 129 (50.78% from 255) = 22.71%
R=41.73%
G=35.56%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720212900.150.460.0740.567571.76
HexEDCA810F2E7294b48
Octal35531220101756751113110
Binary1110110111001010100000010111110111011110100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA81; }

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

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

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

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

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

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

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

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