Html Css Color HEX #EBC777 Marzipan

📋 copy color: '#EBC777'

red 235 ◦ green 199 ◦ blue 119

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

Shades of Marzipan #EBC777

Tints of Marzipan #EBC777

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.99%

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

R = 42.5%
G = 35.99%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC777 (or 0xEBC777) is known color: Marzipan. HEX triplet: EB, C7 and 77. RGB value is (235,199,119). Sum of RGB (Red+Green+Blue) = 235+199+119=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC777 is #143888. Grayscale: #C9C9C9. Windows color (decimal): -1325193 or 7849963. OLE color: 7849963.

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

Color convert

RGB 235 199 119 -
CMYK 0 0.15 0.49 0.08
HSL 41.38º 0.74% 0.69% -
HSV(B) 41.38º 0.49% 0.92% -
XYZ 58.01 59.84 25.95 -
YUV 200.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 235 199 119 0 0.15 0.49 0.08 41.38 0.74 0.69
Hex EB C7 77 0 F 31 8 29 4A 45
Octal 353 307 167 0 17 61 10 51 112 105
Binary 11101011 11000111 1110111 0 1111 110001 1000 101001 1001010 1000101

Color Harmonies of #EBC777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC777

Black with #EBC777

Text Example


Text Example

White with #EBC777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC777; }

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

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

background-color css

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

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

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

border-color css

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

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

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