Html Css Color HEX #EFC776 Marzipan

📋 copy color: '#EFC776'

red 239 ◦ green 199 ◦ blue 118

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

Shades of Marzipan #EFC776

Tints of Marzipan #EFC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.79%

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

R = 42.99%
G = 35.79%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC776 (or 0xEFC776) is known color: Marzipan. HEX triplet: EF, C7 and 76. RGB value is (239,199,118). Sum of RGB (Red+Green+Blue) = 239+199+118=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC776 is #103889. Grayscale: #CACACA. Windows color (decimal): -1063050 or 7784431. OLE color: 7784431.

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

Color convert

RGB 239 199 118 -
CMYK 0 0.17 0.51 0.06
HSL 40.17º 0.79% 0.7% -
HSV(B) 40.17º 0.51% 0.94% -
XYZ 59.29 60.51 25.69 -
YUV 201.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 239 199 118 0 0.17 0.51 0.06 40.17 0.79 0.7
Hex EF C7 76 0 11 33 6 28 4F 46
Octal 357 307 166 0 21 63 6 50 117 106
Binary 11101111 11000111 1110110 0 10001 110011 110 101000 1001111 1000110

Color Harmonies of #EFC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC776

Black with #EFC776

Text Example


Text Example

White with #EFC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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