Html Css Color HEX #EBC175 Marzipan

📋 copy color: '#EBC175'

red 235 ◦ green 193 ◦ blue 117

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

Shades of Marzipan #EBC175

Tints of Marzipan #EBC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.41%

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

R = 43.12%
G = 35.41%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC175 (or 0xEBC175) is known color: Marzipan. HEX triplet: EB, C1 and 75. RGB value is (235,193,117). Sum of RGB (Red+Green+Blue) = 235+193+117=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC175 is #143E8A. Grayscale: #C5C5C5. Windows color (decimal): -1326731 or 7717355. OLE color: 7717355.

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

Color convert

RGB 235 193 117 -
CMYK 0 0.18 0.50 0.08
HSL 38.64º 0.75% 0.69% -
HSV(B) 38.64º 0.5% 0.92% -
XYZ 56.54 57.09 24.87 -
YUV 196.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 235 193 117 0 0.18 0.50 0.08 38.64 0.75 0.69
Hex EB C1 75 0 12 32 8 27 4B 45
Octal 353 301 165 0 22 62 10 47 113 105
Binary 11101011 11000001 1110101 0 10010 110010 1000 100111 1001011 1000101

Color Harmonies of #EBC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC175

Black with #EBC175

Text Example


Text Example

White with #EBC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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