Html Css Color HEX #EBC875 Marzipan

📋 copy color: '#EBC875'

red 235 ◦ green 200 ◦ blue 117

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

Shades of Marzipan #EBC875

Tints of Marzipan #EBC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

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

R = 42.57%
G = 36.23%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC875 (or 0xEBC875) is known color: Marzipan. HEX triplet: EB, C8 and 75. RGB value is (235,200,117). Sum of RGB (Red+Green+Blue) = 235+200+117=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC875 is #14378A. Grayscale: #C9C9C9. Windows color (decimal): -1324939 or 7719147. OLE color: 7719147.

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

Color convert

RGB 235 200 117 -
CMYK 0 0.15 0.50 0.08
HSL 42.2º 0.75% 0.69% -
HSV(B) 42.2º 0.5% 0.92% -
XYZ 58.13 60.26 25.4 -
YUV 201 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 235 200 117 0 0.15 0.50 0.08 42.2 0.75 0.69
Hex EB C8 75 0 F 32 8 2A 4B 45
Octal 353 310 165 0 17 62 10 52 113 105
Binary 11101011 11001000 1110101 0 1111 110010 1000 101010 1001011 1000101

Color Harmonies of #EBC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC875

Black with #EBC875

Text Example


Text Example

White with #EBC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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