#EBC281

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

Shades of Marzipan #EBC281

Tints of Marzipan #EBC281

Color information

#EBC281 (or 0xEBC281) is unknown color: approx Marzipan. HEX triplet: EB, C2 and 81. RGB value is (235,194,129). Sum of RGB (Red+Green+Blue) = 235+194+129=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC281 is #143D7E. Grayscale: #C7C7C7. Windows color (decimal): -1326463 or 8504043. OLE color: 8504043.

HSL color Cylindrical-coordinate representation of color #EBC281: hue angle of 36.79º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBC281 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235194129-
CMYK00.170.450.08
HSL36.79º72.6%71.37%-
HSV(B)36.79º45.11%92.16%-
XYZ57.5257.8328.9-
YUV198.8588.58153.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=42.11%
G=34.77%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519412900.170.450.0836.7972.671.37
HexEBC2810112D8254947
Octal353302201021551045111107
Binary111010111100001010000001010001101101100010010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC281; }

 p { color: rgb(235,194,129); }

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

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

 a { background-color: rgb(235,194,129); }

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

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

 span { border-color: rgb(235,194,129); }

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