#EFC77A

Color #EFC77A Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EFC77A

Tints of Marzipan #EFC77A

Color information

#EFC77A (or 0xEFC77A) is unknown color: approx Marzipan. HEX triplet: EF, C7 and 7A. RGB value is (239,199,122). Sum of RGB (Red+Green+Blue) = 239+199+122=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC77A is #103885. Grayscale: #CACACA. Windows color (decimal): -1063046 or 8046575. OLE color: 8046575.

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

Color convert

RGB239199122-
CMYK00.170.490.06
HSL39.49º78.52%70.78%-
HSV(B)39.49º48.95%93.73%-
XYZ59.5360.626.97-
YUV202.1882.75154.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=42.68%
G=35.54%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919912200.170.490.0639.4978.5270.78
HexEFC77A011316274f47
Octal35730717202161647117107
Binary1110111111000111111101001000111000111010011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC77A; }

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

 H1.HeaderClassName
 {
   color: #EFC77A;
 }
 .AnyTagClassName
 {
   color: #EFC77A;
 }
</style>
background-color css

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

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

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

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

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

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