Html Css Color HEX #EBC27C Marzipan

📋 copy color: '#EBC27C'

red 235 ◦ green 194 ◦ blue 124

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

Shades of Marzipan #EBC27C

Tints of Marzipan #EBC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

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

R = 42.5%
G = 35.08%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC27C (or 0xEBC27C) is known color: Marzipan. HEX triplet: EB, C2 and 7C. RGB value is (235,194,124). Sum of RGB (Red+Green+Blue) = 235+194+124=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC27C is #143D83. Grayscale: #C6C6C6. Windows color (decimal): -1326468 or 8176363. OLE color: 8176363.

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

Color convert

RGB 235 194 124 -
CMYK 0 0.17 0.47 0.08
HSL 37.84º 0.74% 0.7% -
HSV(B) 37.84º 0.47% 0.92% -
XYZ 57.19 57.7 27.19 -
YUV 198.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 235 194 124 0 0.17 0.47 0.08 37.84 0.74 0.7
Hex EB C2 7C 0 11 2F 8 26 4A 46
Octal 353 302 174 0 21 57 10 46 112 106
Binary 11101011 11000010 1111100 0 10001 101111 1000 100110 1001010 1000110

Color Harmonies of #EBC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC27C

Black with #EBC27C

Text Example


Text Example

White with #EBC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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