Html Css Color HEX #EBC485 Marzipan

📋 copy color: '#EBC485'

red 235 ◦ green 196 ◦ blue 133

#EBC485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #EBC485

Tints of Marzipan #EBC485

RGB

 RED value IS 235 (92.19% from 255) = 41.67%

 GREEN value IS 196 (76.95% from 255) = 34.75%

 BLUE value IS 133 (52.34% from 255) = 23.58%

R = 41.67%
G = 34.75%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBC485 (or 0xEBC485) is known color: Marzipan. HEX triplet: EB, C4 and 85. RGB value is (235,196,133). Sum of RGB (Red+Green+Blue) = 235+196+133=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC485 is #143B7A. Grayscale: #C8C8C8. Windows color (decimal): -1325947 or 8766699. OLE color: 8766699.

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

Color convert

RGB 235 196 133 -
CMYK 0 0.17 0.43 0.08
HSL 37.06º 0.72% 0.72% -
HSV(B) 37.06º 0.43% 0.92% -
XYZ 58.23 58.84 30.48 -
YUV 200.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 235 196 133 0 0.17 0.43 0.08 37.06 0.72 0.72
Hex EB C4 85 0 11 2B 8 25 48 48
Octal 353 304 205 0 21 53 10 45 110 110
Binary 11101011 11000100 10000101 0 10001 101011 1000 100101 1001000 1001000

Color Harmonies of #EBC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC485

Black with #EBC485

Text Example


Text Example

White with #EBC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC485; }

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

 H1.HeaderClassName
 {
   color: #EBC485;
 }
 .AnyTagClassName
 {
   color: #EBC485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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