Html Css Color HEX #EBCC78 Marzipan

📋 copy color: '#EBCC78'

red 235 ◦ green 204 ◦ blue 120

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

Shades of Marzipan #EBCC78

Tints of Marzipan #EBCC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

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

R = 42.04%
G = 36.49%
B = 21.47%

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

#EBCC78 (or 0xEBCC78) is known color: Marzipan. HEX triplet: EB, CC and 78. RGB value is (235,204,120). Sum of RGB (Red+Green+Blue) = 235+204+120=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC78 is #143387. Grayscale: #CCCCCC. Windows color (decimal): -1323912 or 7916779. OLE color: 7916779.

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

Color convert

RGB 235 204 120 -
CMYK 0 0.13 0.49 0.08
HSL 43.83º 0.74% 0.7% -
HSV(B) 43.83º 0.49% 0.92% -
XYZ 59.24 62.2 26.65 -
YUV 203.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 235 204 120 0 0.13 0.49 0.08 43.83 0.74 0.7
Hex EB CC 78 0 D 31 8 2C 4A 46
Octal 353 314 170 0 15 61 10 54 112 106
Binary 11101011 11001100 1111000 0 1101 110001 1000 101100 1001010 1000110

Color Harmonies of #EBCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC78

Black with #EBCC78

Text Example


Text Example

White with #EBCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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