Html Css Color HEX #EBC282 Marzipan

📋 copy color: '#EBC282'

red 235 ◦ green 194 ◦ blue 130

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

Shades of Marzipan #EBC282

Tints of Marzipan #EBC282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 130 (51.17% from 255) = 23.26%

R = 42.04%
G = 34.7%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBC282 (or 0xEBC282) is known color: Marzipan. HEX triplet: EB, C2 and 82. RGB value is (235,194,130). Sum of RGB (Red+Green+Blue) = 235+194+130=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC282 is #143D7D. Grayscale: #C7C7C7. Windows color (decimal): -1326462 or 8569579. OLE color: 8569579.

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

Color convert

RGB 235 194 130 -
CMYK 0 0.17 0.45 0.08
HSL 36.57º 0.72% 0.72% -
HSV(B) 36.57º 0.45% 0.92% -
XYZ 57.58 57.86 29.25 -
YUV 198.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 235 194 130 0 0.17 0.45 0.08 36.57 0.72 0.72
Hex EB C2 82 0 11 2D 8 25 48 48
Octal 353 302 202 0 21 55 10 45 110 110
Binary 11101011 11000010 10000010 0 10001 101101 1000 100101 1001000 1001000

Color Harmonies of #EBC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC282

Black with #EBC282

Text Example


Text Example

White with #EBC282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC282; }

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

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

background-color css

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

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

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

border-color css

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

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

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