Html Css Color HEX #EBC27F Marzipan

📋 copy color: '#EBC27F'

red 235 ◦ green 194 ◦ blue 127

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

Shades of Marzipan #EBC27F

Tints of Marzipan #EBC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.84%

R = 42.27%
G = 34.89%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBC27F (or 0xEBC27F) is known color: Marzipan. HEX triplet: EB, C2 and 7F. RGB value is (235,194,127). Sum of RGB (Red+Green+Blue) = 235+194+127=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC27F is #143D80. Grayscale: #C6C6C6. Windows color (decimal): -1326465 or 8372971. OLE color: 8372971.

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

Color convert

RGB 235 194 127 -
CMYK 0 0.17 0.46 0.08
HSL 37.22º 0.73% 0.71% -
HSV(B) 37.22º 0.46% 0.92% -
XYZ 57.38 57.78 28.21 -
YUV 198.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 235 194 127 0 0.17 0.46 0.08 37.22 0.73 0.71
Hex EB C2 7F 0 11 2E 8 25 49 47
Octal 353 302 177 0 21 56 10 45 111 107
Binary 11101011 11000010 1111111 0 10001 101110 1000 100101 1001001 1000111

Color Harmonies of #EBC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC27F

Black with #EBC27F

Text Example


Text Example

White with #EBC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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