Html Css Color HEX #EFC676 Marzipan

📋 copy color: '#EFC676'

red 239 ◦ green 198 ◦ blue 118

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

Shades of Marzipan #EFC676

Tints of Marzipan #EFC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.68%

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

R = 43.06%
G = 35.68%
B = 21.26%

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

#EFC676 (or 0xEFC676) is known color: Marzipan. HEX triplet: EF, C6 and 76. RGB value is (239,198,118). Sum of RGB (Red+Green+Blue) = 239+198+118=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC676 is #103989. Grayscale: #C9C9C9. Windows color (decimal): -1063306 or 7784175. OLE color: 7784175.

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

Color convert

RGB 239 198 118 -
CMYK 0 0.17 0.51 0.06
HSL 39.67º 0.79% 0.7% -
HSV(B) 39.67º 0.51% 0.94% -
XYZ 59.06 60.05 25.62 -
YUV 201.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 239 198 118 0 0.17 0.51 0.06 39.67 0.79 0.7
Hex EF C6 76 0 11 33 6 28 4F 46
Octal 357 306 166 0 21 63 6 50 117 106
Binary 11101111 11000110 1110110 0 10001 110011 110 101000 1001111 1000110

Color Harmonies of #EFC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC676

Black with #EFC676

Text Example


Text Example

White with #EFC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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