Html Css Color HEX #EBCD77 Marzipan

📋 copy color: '#EBCD77'

red 235 ◦ green 205 ◦ blue 119

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

Shades of Marzipan #EBCD77

Tints of Marzipan #EBCD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

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

R = 42.04%
G = 36.67%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBCD77 (or 0xEBCD77) is known color: Marzipan. HEX triplet: EB, CD and 77. RGB value is (235,205,119). Sum of RGB (Red+Green+Blue) = 235+205+119=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD77 is #143288. Grayscale: #CCCCCC. Windows color (decimal): -1323657 or 7851499. OLE color: 7851499.

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

Color convert

RGB 235 205 119 -
CMYK 0 0.13 0.49 0.08
HSL 44.48º 0.74% 0.69% -
HSV(B) 44.48º 0.49% 0.92% -
XYZ 59.42 62.66 26.41 -
YUV 204.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 235 205 119 0 0.13 0.49 0.08 44.48 0.74 0.69
Hex EB CD 77 0 D 31 8 2C 4A 45
Octal 353 315 167 0 15 61 10 54 112 105
Binary 11101011 11001101 1110111 0 1101 110001 1000 101100 1001010 1000101

Color Harmonies of #EBCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD77

Black with #EBCD77

Text Example


Text Example

White with #EBCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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