Html Css Color HEX #EFC978 Marzipan

📋 copy color: '#EFC978'

red 239 ◦ green 201 ◦ blue 120

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

Shades of Marzipan #EFC978

Tints of Marzipan #EFC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.43%

R = 42.68%
G = 35.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC978 (or 0xEFC978) is known color: Marzipan. HEX triplet: EF, C9 and 78. RGB value is (239,201,120). Sum of RGB (Red+Green+Blue) = 239+201+120=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC978 is #103687. Grayscale: #CBCBCB. Windows color (decimal): -1062536 or 7916015. OLE color: 7916015.

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

Color convert

RGB 239 201 120 -
CMYK 0 0.16 0.50 0.06
HSL 40.84º 0.79% 0.7% -
HSV(B) 40.84º 0.5% 0.94% -
XYZ 59.87 61.48 26.48 -
YUV 203.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 239 201 120 0 0.16 0.50 0.06 40.84 0.79 0.7
Hex EF C9 78 0 10 32 6 29 4F 46
Octal 357 311 170 0 20 62 6 51 117 106
Binary 11101111 11001001 1111000 0 10000 110010 110 101001 1001111 1000110

Color Harmonies of #EFC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC978

Black with #EFC978

Text Example


Text Example

White with #EFC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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