Html Css Color HEX #EFC777 Marzipan

📋 copy color: '#EFC777'

red 239 ◦ green 199 ◦ blue 119

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

Shades of Marzipan #EFC777

Tints of Marzipan #EFC777

RGB

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

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

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

R = 42.91%
G = 35.73%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC777 (or 0xEFC777) is known color: Marzipan. HEX triplet: EF, C7 and 77. RGB value is (239,199,119). Sum of RGB (Red+Green+Blue) = 239+199+119=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC777 is #103888. Grayscale: #CACACA. Windows color (decimal): -1063049 or 7849967. OLE color: 7849967.

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

Color convert

RGB 239 199 119 -
CMYK 0 0.17 0.50 0.06
HSL 40º 0.79% 0.7% -
HSV(B) 40º 0.5% 0.94% -
XYZ 59.35 60.53 26.01 -
YUV 201.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 239 199 119 0 0.17 0.50 0.06 40 0.79 0.7
Hex EF C7 77 0 11 32 6 28 4F 46
Octal 357 307 167 0 21 62 6 50 117 106
Binary 11101111 11000111 1110111 0 10001 110010 110 101000 1001111 1000110

Color Harmonies of #EFC777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC777

Black with #EFC777

Text Example


Text Example

White with #EFC777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC777; }

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

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

background-color css

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

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

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

border-color css

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

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

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