Html Css Color HEX #EFC976 Marzipan

📋 copy color: '#EFC976'

red 239 ◦ green 201 ◦ blue 118

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

Shades of Marzipan #EFC976

Tints of Marzipan #EFC976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 42.83%
G = 36.02%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC976 (or 0xEFC976) is known color: Marzipan. HEX triplet: EF, C9 and 76. RGB value is (239,201,118). Sum of RGB (Red+Green+Blue) = 239+201+118=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC976 is #103689. Grayscale: #CBCBCB. Windows color (decimal): -1062538 or 7784943. OLE color: 7784943.

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

Color convert

RGB 239 201 118 -
CMYK 0 0.16 0.51 0.06
HSL 41.16º 0.79% 0.7% -
HSV(B) 41.16º 0.51% 0.94% -
XYZ 59.75 61.43 25.85 -
YUV 202.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 239 201 118 0 0.16 0.51 0.06 41.16 0.79 0.7
Hex EF C9 76 0 10 33 6 29 4F 46
Octal 357 311 166 0 20 63 6 51 117 106
Binary 11101111 11001001 1110110 0 10000 110011 110 101001 1001111 1000110

Color Harmonies of #EFC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC976

Black with #EFC976

Text Example


Text Example

White with #EFC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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