Html Css Color HEX #EBC279 Marzipan

📋 copy color: '#EBC279'

red 235 ◦ green 194 ◦ blue 121

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

Shades of Marzipan #EBC279

Tints of Marzipan #EBC279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22%

R = 42.73%
G = 35.27%
B = 22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC279 (or 0xEBC279) is known color: Marzipan. HEX triplet: EB, C2 and 79. RGB value is (235,194,121). Sum of RGB (Red+Green+Blue) = 235+194+121=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC279 is #143D86. Grayscale: #C6C6C6. Windows color (decimal): -1326471 or 7979755. OLE color: 7979755.

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

Color convert

RGB 235 194 121 -
CMYK 0 0.17 0.49 0.08
HSL 38.42º 0.74% 0.7% -
HSV(B) 38.42º 0.49% 0.92% -
XYZ 57 57.63 26.21 -
YUV 197.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 235 194 121 0 0.17 0.49 0.08 38.42 0.74 0.7
Hex EB C2 79 0 11 31 8 26 4A 46
Octal 353 302 171 0 21 61 10 46 112 106
Binary 11101011 11000010 1111001 0 10001 110001 1000 100110 1001010 1000110

Color Harmonies of #EBC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC279

Black with #EBC279

Text Example


Text Example

White with #EBC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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