Html Css Color HEX #EBC977 Marzipan

📋 copy color: '#EBC977'

red 235 ◦ green 201 ◦ blue 119

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

Shades of Marzipan #EBC977

Tints of Marzipan #EBC977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

 BLUE value IS 119 (46.88% from 255) = 21.44%

R = 42.34%
G = 36.22%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC977 (or 0xEBC977) is known color: Marzipan. HEX triplet: EB, C9 and 77. RGB value is (235,201,119). Sum of RGB (Red+Green+Blue) = 235+201+119=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC977 is #143688. Grayscale: #CACACA. Windows color (decimal): -1324681 or 7850475. OLE color: 7850475.

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

Color convert

RGB 235 201 119 -
CMYK 0 0.14 0.49 0.08
HSL 42.41º 0.74% 0.69% -
HSV(B) 42.41º 0.49% 0.92% -
XYZ 58.48 60.77 26.1 -
YUV 201.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 235 201 119 0 0.14 0.49 0.08 42.41 0.74 0.69
Hex EB C9 77 0 E 31 8 2A 4A 45
Octal 353 311 167 0 16 61 10 52 112 105
Binary 11101011 11001001 1110111 0 1110 110001 1000 101010 1001010 1000101

Color Harmonies of #EBC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC977

Black with #EBC977

Text Example


Text Example

White with #EBC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC977; }

 p { color: rgb(235,201,119); }

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

background-color css

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

 a { background-color: rgb(235,201,119); }

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

border-color css

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

 span { border-color: rgb(235,201,119); }

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