Html Css Color HEX #EFC979 Marzipan

📋 copy color: '#EFC979'

red 239 ◦ green 201 ◦ blue 121

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

Shades of Marzipan #EFC979

Tints of Marzipan #EFC979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.57%

R = 42.6%
G = 35.83%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC979 (or 0xEFC979) is known color: Marzipan. HEX triplet: EF, C9 and 79. RGB value is (239,201,121). Sum of RGB (Red+Green+Blue) = 239+201+121=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC979 is #103686. Grayscale: #CBCBCB. Windows color (decimal): -1062535 or 7981551. OLE color: 7981551.

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

Color convert

RGB 239 201 121 -
CMYK 0 0.16 0.49 0.06
HSL 40.68º 0.79% 0.71% -
HSV(B) 40.68º 0.49% 0.94% -
XYZ 59.93 61.5 26.8 -
YUV 203.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 239 201 121 0 0.16 0.49 0.06 40.68 0.79 0.71
Hex EF C9 79 0 10 31 6 29 4F 47
Octal 357 311 171 0 20 61 6 51 117 107
Binary 11101111 11001001 1111001 0 10000 110001 110 101001 1001111 1000111

Color Harmonies of #EFC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC979

Black with #EFC979

Text Example


Text Example

White with #EFC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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