Html Css Color HEX #EFC780 Marzipan

📋 copy color: '#EFC780'

red 239 ◦ green 199 ◦ blue 128

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

Shades of Marzipan #EFC780

Tints of Marzipan #EFC780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.61%

R = 42.23%
G = 35.16%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC780 (or 0xEFC780) is known color: Marzipan. HEX triplet: EF, C7 and 80. RGB value is (239,199,128). Sum of RGB (Red+Green+Blue) = 239+199+128=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC780 is #10387F. Grayscale: #CBCBCB. Windows color (decimal): -1063040 or 8439791. OLE color: 8439791.

HSL color Cylindrical-coordinate representation of color #EFC780: hue angle of 38.38º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC780 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 128 -
CMYK 0 0.17 0.46 0.06
HSL 38.38º 0.78% 0.72% -
HSV(B) 38.38º 0.46% 0.94% -
XYZ 59.92 60.76 28.99 -
YUV 202.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 239 199 128 0 0.17 0.46 0.06 38.38 0.78 0.72
Hex EF C7 80 0 11 2E 6 26 4E 48
Octal 357 307 200 0 21 56 6 46 116 110
Binary 11101111 11000111 10000000 0 10001 101110 110 100110 1001110 1001000

Color Harmonies of #EFC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC780

Black with #EFC780

Text Example


Text Example

White with #EFC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC780; }

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

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

background-color css

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

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

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

border-color css

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

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

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