Html Css Color HEX #EBC17D Marzipan

📋 copy color: '#EBC17D'

red 235 ◦ green 193 ◦ blue 125

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

Shades of Marzipan #EBC17D

Tints of Marzipan #EBC17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.6%

R = 42.5%
G = 34.9%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC17D (or 0xEBC17D) is known color: Marzipan. HEX triplet: EB, C1 and 7D. RGB value is (235,193,125). Sum of RGB (Red+Green+Blue) = 235+193+125=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC17D is #143E82. Grayscale: #C6C6C6. Windows color (decimal): -1326723 or 8241643. OLE color: 8241643.

HSL color Cylindrical-coordinate representation of color #EBC17D: hue angle of 37.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBC17D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 125 -
CMYK 0 0.18 0.47 0.08
HSL 37.09º 0.73% 0.71% -
HSV(B) 37.09º 0.47% 0.92% -
XYZ 57.03 57.28 27.45 -
YUV 197.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 235 193 125 0 0.18 0.47 0.08 37.09 0.73 0.71
Hex EB C1 7D 0 12 2F 8 25 49 47
Octal 353 301 175 0 22 57 10 45 111 107
Binary 11101011 11000001 1111101 0 10010 101111 1000 100101 1001001 1000111

Color Harmonies of #EBC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC17D

Black with #EBC17D

Text Example


Text Example

White with #EBC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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