Html Css Color HEX #EBC675 Marzipan

📋 copy color: '#EBC675'

red 235 ◦ green 198 ◦ blue 117

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

Shades of Marzipan #EBC675

Tints of Marzipan #EBC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

 BLUE value IS 117 (46.09% from 255) = 21.27%

R = 42.73%
G = 36%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC675 (or 0xEBC675) is known color: Marzipan. HEX triplet: EB, C6 and 75. RGB value is (235,198,117). Sum of RGB (Red+Green+Blue) = 235+198+117=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC675 is #14398A. Grayscale: #C8C8C8. Windows color (decimal): -1325451 or 7718635. OLE color: 7718635.

HSL color Cylindrical-coordinate representation of color #EBC675: hue angle of 41.19º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC675 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 117 -
CMYK 0 0.16 0.50 0.08
HSL 41.19º 0.75% 0.69% -
HSV(B) 41.19º 0.5% 0.92% -
XYZ 57.67 59.33 25.24 -
YUV 199.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 235 198 117 0 0.16 0.50 0.08 41.19 0.75 0.69
Hex EB C6 75 0 10 32 8 29 4B 45
Octal 353 306 165 0 20 62 10 51 113 105
Binary 11101011 11000110 1110101 0 10000 110010 1000 101001 1001011 1000101

Color Harmonies of #EBC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC675

Black with #EBC675

Text Example


Text Example

White with #EBC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC675; }

 p { color: rgb(235,198,117); }

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

background-color css

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

 a { background-color: rgb(235,198,117); }

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

border-color css

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

 span { border-color: rgb(235,198,117); }

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