Html Css Color HEX #EFC986 Marzipan

📋 copy color: '#EFC986'

red 239 ◦ green 201 ◦ blue 134

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

Shades of Marzipan #EFC986

Tints of Marzipan #EFC986

RGB

 RED value IS 239 (93.75% from 255) = 41.64%

 GREEN value IS 201 (78.91% from 255) = 35.02%

 BLUE value IS 134 (52.73% from 255) = 23.34%

R = 41.64%
G = 35.02%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFC986 (or 0xEFC986) is known color: Marzipan. HEX triplet: EF, C9 and 86. RGB value is (239,201,134). Sum of RGB (Red+Green+Blue) = 239+201+134=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC986 is #103679. Grayscale: #CDCDCD. Windows color (decimal): -1062522 or 8833519. OLE color: 8833519.

HSL color Cylindrical-coordinate representation of color #EFC986: hue angle of 38.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC986 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 134 -
CMYK 0 0.16 0.44 0.06
HSL 38.29º 0.77% 0.73% -
HSV(B) 38.29º 0.44% 0.94% -
XYZ 60.79 61.85 31.29 -
YUV 204.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 239 201 134 0 0.16 0.44 0.06 38.29 0.77 0.73
Hex EF C9 86 0 10 2C 6 26 4D 49
Octal 357 311 206 0 20 54 6 46 115 111
Binary 11101111 11001001 10000110 0 10000 101100 110 100110 1001101 1001001

Color Harmonies of #EFC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC986

Black with #EFC986

Text Example


Text Example

White with #EFC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC986; }

 p { color: rgb(239,201,134); }

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

background-color css

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

 a { background-color: rgb(239,201,134); }

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

border-color css

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

 span { border-color: rgb(239,201,134); }

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