Html Css Color HEX #EBC77C Marzipan

📋 copy color: '#EBC77C'

red 235 ◦ green 199 ◦ blue 124

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

Shades of Marzipan #EBC77C

Tints of Marzipan #EBC77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.22%

R = 42.11%
G = 35.66%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC77C (or 0xEBC77C) is known color: Marzipan. HEX triplet: EB, C7 and 7C. RGB value is (235,199,124). Sum of RGB (Red+Green+Blue) = 235+199+124=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC77C is #143883. Grayscale: #C9C9C9. Windows color (decimal): -1325188 or 8177643. OLE color: 8177643.

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

Color convert

RGB 235 199 124 -
CMYK 0 0.15 0.47 0.08
HSL 40.54º 0.74% 0.7% -
HSV(B) 40.54º 0.47% 0.92% -
XYZ 58.32 59.96 27.57 -
YUV 201.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 235 199 124 0 0.15 0.47 0.08 40.54 0.74 0.7
Hex EB C7 7C 0 F 2F 8 29 4A 46
Octal 353 307 174 0 17 57 10 51 112 106
Binary 11101011 11000111 1111100 0 1111 101111 1000 101001 1001010 1000110

Color Harmonies of #EBC77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC77C

Black with #EBC77C

Text Example


Text Example

White with #EBC77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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