Html Css Color HEX #EBC67C Marzipan

📋 copy color: '#EBC67C'

red 235 ◦ green 198 ◦ blue 124

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

Shades of Marzipan #EBC67C

Tints of Marzipan #EBC67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 42.19%
G = 35.55%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC67C (or 0xEBC67C) is known color: Marzipan. HEX triplet: EB, C6 and 7C. RGB value is (235,198,124). Sum of RGB (Red+Green+Blue) = 235+198+124=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC67C is #143983. Grayscale: #C8C8C8. Windows color (decimal): -1325444 or 8177387. OLE color: 8177387.

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

Color convert

RGB 235 198 124 -
CMYK 0 0.16 0.47 0.08
HSL 40º 0.74% 0.7% -
HSV(B) 40º 0.47% 0.92% -
XYZ 58.09 59.51 27.49 -
YUV 200.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 235 198 124 0 0.16 0.47 0.08 40 0.74 0.7
Hex EB C6 7C 0 10 2F 8 28 4A 46
Octal 353 306 174 0 20 57 10 50 112 106
Binary 11101011 11000110 1111100 0 10000 101111 1000 101000 1001010 1000110

Color Harmonies of #EBC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC67C

Black with #EBC67C

Text Example


Text Example

White with #EBC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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