Html Css Color HEX #EFC977 Marzipan

📋 copy color: '#EFC977'

red 239 ◦ green 201 ◦ blue 119

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

Shades of Marzipan #EFC977

Tints of Marzipan #EFC977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.29%

R = 42.75%
G = 35.96%
B = 21.29%

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

#EFC977 (or 0xEFC977) is known color: Marzipan. HEX triplet: EF, C9 and 77. RGB value is (239,201,119). Sum of RGB (Red+Green+Blue) = 239+201+119=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC977 is #103688. Grayscale: #CBCBCB. Windows color (decimal): -1062537 or 7850479. OLE color: 7850479.

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

Color convert

RGB 239 201 119 -
CMYK 0 0.16 0.50 0.06
HSL 41º 0.79% 0.7% -
HSV(B) 41º 0.5% 0.94% -
XYZ 59.81 61.46 26.16 -
YUV 203.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 239 201 119 0 0.16 0.50 0.06 41 0.79 0.7
Hex EF C9 77 0 10 32 6 29 4F 46
Octal 357 311 167 0 20 62 6 51 117 106
Binary 11101111 11001001 1110111 0 10000 110010 110 101001 1001111 1000110

Color Harmonies of #EFC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC977

Black with #EFC977

Text Example


Text Example

White with #EFC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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