Html Css Color HEX #EBC87D Marzipan

📋 copy color: '#EBC87D'

red 235 ◦ green 200 ◦ blue 125

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

Shades of Marzipan #EBC87D

Tints of Marzipan #EBC87D

RGB

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

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

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

R = 41.96%
G = 35.71%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC87D (or 0xEBC87D) is known color: Marzipan. HEX triplet: EB, C8 and 7D. RGB value is (235,200,125). Sum of RGB (Red+Green+Blue) = 235+200+125=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC87D is #143782. Grayscale: #CACACA. Windows color (decimal): -1324931 or 8243435. OLE color: 8243435.

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

Color convert

RGB 235 200 125 -
CMYK 0 0.15 0.47 0.08
HSL 40.91º 0.73% 0.71% -
HSV(B) 40.91º 0.47% 0.92% -
XYZ 58.62 60.45 27.98 -
YUV 201.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 235 200 125 0 0.15 0.47 0.08 40.91 0.73 0.71
Hex EB C8 7D 0 F 2F 8 29 49 47
Octal 353 310 175 0 17 57 10 51 111 107
Binary 11101011 11001000 1111101 0 1111 101111 1000 101001 1001001 1000111

Color Harmonies of #EBC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC87D

Black with #EBC87D

Text Example


Text Example

White with #EBC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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