#EBC481

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

Shades of Marzipan #EBC481

Tints of Marzipan #EBC481

Color information

#EBC481 (or 0xEBC481) is unknown color: approx Marzipan. HEX triplet: EB, C4 and 81. RGB value is (235,196,129). Sum of RGB (Red+Green+Blue) = 235+196+129=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC481 is #143B7E. Grayscale: #C8C8C8. Windows color (decimal): -1325951 or 8504555. OLE color: 8504555.

HSL color Cylindrical-coordinate representation of color #EBC481: hue angle of 37.92º 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 #EBC481 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235196129-
CMYK00.170.450.08
HSL37.92º72.6%71.37%-
HSV(B)37.92º45.11%92.16%-
XYZ57.9658.7329.05-
YUV200.0287.92152.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=41.96%
G=35%
B=23.04%

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
Decimal23519612900.170.450.0837.9272.671.37
HexEBC4810112D8264947
Octal353304201021551046111107
Binary111010111100010010000001010001101101100010011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC481; }

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

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

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

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

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

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

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

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