Html Css Color HEX #EBC278 Marzipan

📋 copy color: '#EBC278'

red 235 ◦ green 194 ◦ blue 120

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

Shades of Marzipan #EBC278

Tints of Marzipan #EBC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 42.81%
G = 35.34%
B = 21.86%

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

#EBC278 (or 0xEBC278) is known color: Marzipan. HEX triplet: EB, C2 and 78. RGB value is (235,194,120). Sum of RGB (Red+Green+Blue) = 235+194+120=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC278 is #143D87. Grayscale: #C6C6C6. Windows color (decimal): -1326472 or 7914219. OLE color: 7914219.

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

Color convert

RGB 235 194 120 -
CMYK 0 0.17 0.49 0.08
HSL 38.61º 0.74% 0.7% -
HSV(B) 38.61º 0.49% 0.92% -
XYZ 56.94 57.6 25.89 -
YUV 197.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 235 194 120 0 0.17 0.49 0.08 38.61 0.74 0.7
Hex EB C2 78 0 11 31 8 27 4A 46
Octal 353 302 170 0 21 61 10 47 112 106
Binary 11101011 11000010 1111000 0 10001 110001 1000 100111 1001010 1000110

Color Harmonies of #EBC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC278

Black with #EBC278

Text Example


Text Example

White with #EBC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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