Html Css Color HEX #EBC678 Marzipan

📋 copy color: '#EBC678'

red 235 ◦ green 198 ◦ blue 120

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

Shades of Marzipan #EBC678

Tints of Marzipan #EBC678

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

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

R = 42.5%
G = 35.8%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC678 (or 0xEBC678) is known color: Marzipan. HEX triplet: EB, C6 and 78. RGB value is (235,198,120). Sum of RGB (Red+Green+Blue) = 235+198+120=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC678 is #143987. Grayscale: #C8C8C8. Windows color (decimal): -1325448 or 7915243. OLE color: 7915243.

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

Color convert

RGB 235 198 120 -
CMYK 0 0.16 0.49 0.08
HSL 40.7º 0.74% 0.7% -
HSV(B) 40.7º 0.49% 0.92% -
XYZ 57.85 59.41 26.19 -
YUV 200.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 235 198 120 0 0.16 0.49 0.08 40.7 0.74 0.7
Hex EB C6 78 0 10 31 8 29 4A 46
Octal 353 306 170 0 20 61 10 51 112 106
Binary 11101011 11000110 1111000 0 10000 110001 1000 101001 1001010 1000110

Color Harmonies of #EBC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC678

Black with #EBC678

Text Example


Text Example

White with #EBC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC678; }

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

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

background-color css

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

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

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

border-color css

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

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

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